Skip to content

Commit

Permalink
Release v1.12.0🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrino committed Nov 17, 2022
1 parent 2da5513 commit 06ee97b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.12.0 – 2022-11-18

### 🚀Enhancements

- Fix PEN currency symbol (#191)
- Migrate from travis ci to github actions (#193)
- Support exponential notation for Money.parse (#192)
- Add readme section about using Decimal (#194)
- Bump dependencies (#186)(#187)(#196)

## 1.11.0 – 2022-08-15

### 🚀Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following to your `mix.exs`:

```elixir
def deps do
[{:money, "~> 1.11"}]
[{:money, "~> 1.12"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Money.Mixfile do
use Mix.Project

@version "1.11.0"
@version "1.12.0"
@github_url "https://github.com/elixirmoney/money"

def project do
Expand Down

0 comments on commit 06ee97b

Please sign in to comment.