diff --git a/CHANGELOG.md b/CHANGELOG.md index 661118b..3375dc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## v0.4.2 (2022-05-09) ### Changed -* Bump deps (#19, #20, #21, #22, #23, #24, #25, #26, #28, #30. #31, #32, #33) * Drop MariaDB 10.2 * Fix README.md links and docs diff --git a/mix.exs b/mix.exs index a918bfd..7e620e8 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule EctoMySQLExtras.MixProject do use Mix.Project - @version "0.4.1" + @version "0.4.2" @source_url "https://github.com/timothyvanderaerden/ecto_mysql_extras" def project do