From 9fdd004762b2be46d62fdfcbb28e8b70139397f5 Mon Sep 17 00:00:00 2001 From: Timothy Vanderaerden Date: Mon, 9 May 2022 15:27:32 +0200 Subject: [PATCH] Release v0.4.2 --- CHANGELOG.md | 1 - mix.exs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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