Skip to content

Commit e1105a8

Browse files
author
Petr Stepchenko
committed
Release v1.11.0🎉
1 parent 2bfeacf commit e1105a8

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 1.11.0 – 2022-08-15
4+
5+
### 🚀Enhancements
6+
7+
- Suggest using varchar instead of char on postgres (#178)
8+
- Fix symbol_space with negative values (#180)
9+
- Fix to_string to use the minus_sign_first option (#181)
10+
- Adds support for strip_insignificant_fractional_unit option to to_string (#183)
11+
- Fix Canadian and Singaporean Dollar symbols (#185)
12+
313
## 1.10.0 – 2022-04-10
414

515
### 🚀Enhancements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following to your `mix.exs`:
2222

2323
```elixir
2424
def deps do
25-
[{:money, "~> 1.9"}]
25+
[{:money, "~> 1.11"}]
2626
end
2727
```
2828

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Money.Mixfile do
22
use Mix.Project
33

4-
@version "1.10.0"
4+
@version "1.11.0"
55
@github_url "https://github.com/elixirmoney/money"
66

77
def project do

0 commit comments

Comments
 (0)