Skip to content

Commit

Permalink
Release v1.10.0🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrino committed Apr 10, 2022
1 parent c2aa8ab commit e6b93ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.10.0 – 2022-04-10

### 🚀Enhancements

- Allow rounding Money values with Decimal (#177)
- Parse with Decimal if present (#176)
- Display minus sign before the currency symbol (fixes #154) (#173)

## 1.9.0

### 🚀Enhancements
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.9.0"
@version "1.10.0"
@github_url "https://github.com/elixirmoney/money"

def project do
Expand Down

0 comments on commit e6b93ec

Please sign in to comment.