From b8dcbe6e3299c5cc985c676147e8b96374371df3 Mon Sep 17 00:00:00 2001 From: Bruno Castro Date: Thu, 7 Sep 2023 16:35:48 -0300 Subject: [PATCH] chore: bump version to 1.5.0 --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b064a7..2e63526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased][] +- Nothing yet + +## [0.5.0][] + +### Added + - Include virtual fields in the EctoDiff struct by default. Minimum Ecto version required is 3.8. ## [0.4.0][] diff --git a/mix.exs b/mix.exs index 7633def..7e27b4c 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule EctoDiff.MixProject do use Mix.Project - @version "0.4.0" + @version "0.5.0" @source_url "https://github.com/peek-travel/ecto_diff" def project do