From a9e598fb74e14833020c57d1d3f4137b370c2813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Buszkiewicz?= Date: Sun, 4 Aug 2024 00:20:53 +0200 Subject: [PATCH] Bump version to 0.2.3 --- CHANGELOG.md | 2 ++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 748d728..f2d91d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. * This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) ## [Unreleased] + +## [v0.2.3] ### Fixed - Fix `Ecto.Query.dynamic_expr()` type naming after Ecto version upgrade. - Fix any other issues indicated by Credo and Dialyzer (#19). diff --git a/README.md b/README.md index f0c7b5d..eb7330a 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ The package can be installed by adding `permit_ecto` to your list of dependencie ```elixir def deps do [ - {:permit_ecto, "~> 0.2.2"} + {:permit_ecto, "~> 0.2.3"} ] end ``` diff --git a/mix.exs b/mix.exs index a0bf1cb..a30ad79 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Permit.Ecto.MixProject do @moduledoc false use Mix.Project - @version "0.2.2" + @version "0.2.3" @source_url "https://github.com/curiosum-dev/permit_ecto" def project do