Skip to content

Commit

Permalink
Release v1.11.0🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrino committed Aug 15, 2022
1 parent 2bfeacf commit e1105a8
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.11.0 – 2022-08-15

### 🚀Enhancements

- Suggest using varchar instead of char on postgres (#178)
- Fix symbol_space with negative values (#180)
- Fix to_string to use the minus_sign_first option (#181)
- Adds support for strip_insignificant_fractional_unit option to to_string (#183)
- Fix Canadian and Singaporean Dollar symbols (#185)

## 1.10.0 – 2022-04-10

### 🚀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.9"}]
[{:money, "~> 1.11"}]
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.10.0"
@version "1.11.0"
@github_url "https://github.com/elixirmoney/money"

def project do
Expand Down

0 comments on commit e1105a8

Please sign in to comment.