Skip to content

Commit

Permalink
Bump release and update changelog. Closes #30
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed May 12, 2023
1 parent 03508b3 commit 7a70ee0
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
Expand Up @@ -4,6 +4,14 @@

**Note** That `money_sql` is supported on Elixir 1.11 and later only from ex_money_sql version 1.7.0.

## Money_SQL v1.9.1

This is the changelog for Money_SQL v1.9.1 released on May 12th, 2022.

## Bug Fixes

* Fixes casting a map the `"amount"` is `nil`. Thanks to @treere for the report and PR. Closes #30.

## Money_SQL v1.9.0

This is the changelog for Money_SQL v1.9.0 released on April 28th, 2022.
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.Sql.Mixfile do
use Mix.Project

@version "1.9.0"
@version "1.9.1"

def project do
[
Expand Down

0 comments on commit 7a70ee0

Please sign in to comment.