Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ulissesalmeida committed Dec 7, 2022
1 parent 0b1bc93 commit a90e7c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0] - 2022-12-07
### Added
- Official support from Elixir 1.11 to Elixir 1.14. Thanks [@ayrat555](https://github.com/ayrat555)

### Removed

- Dropped support for Elixir versions below 1.11

## [1.1.0] - 2020-04-18

## Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ by adding `cpf` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:cpf, "~> 1.0"}
{:cpf, "~> 1.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule CPF.MixProject do
def project do
[
app: :cpf,
version: "1.1.0",
version: "1.2.0",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit a90e7c4

Please # to comment.