Skip to content

Commit

Permalink
Bump version and release
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Dec 12, 2021
1 parent e49df16 commit 4511d05
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

**When upgrading from `ex_money_sql` version `1.3.x` to `1.4.x` and later, please read the important migration information in the [README](/ex_money_sql/readme.html#migrating-from-money-sql-versions-1-3-or-earlier)**

## Money_SQL v1.5.2

This is the changelog for Money_SQL v1.5.2 released on December 13th, 2021.

**Note** That `money_sql` is now supported on Elixir 1.10 and later only.

## Bug Fixes

* Fixes `c:Ecto.ParameterizedType.embed_as/2` callback for the `Ecto.ParameterizedType` behaviour. Thanks to @nseantanly for the report and the PR.

## Money_SQL v1.5.1

This is the changelog for Money_SQL v1.5.1 released on December 8th, 2021.
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.5.1"
@version "1.5.2"

def project do
[
Expand Down

0 comments on commit 4511d05

Please sign in to comment.