From cadf50f9491187995ec2a2b204c2e63218bbb00e 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 0.5.0 --- CHANGELOG.md | 9 ++++++++- mix.exs | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b064a7..3d29b34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased][] -- Include virtual fields in the EctoDiff struct by default. Minimum Ecto version required is 3.8. +- Nothing yet + +## [0.5.0][] + +### Added + +- Include virtual fields in the EctoDiff struct by default. This might be a breaking change for a very small number of users. [#150](https://github.com/peek-travel/ecto_diff/pull/150) +- Minimum Ecto version required is now 3.8 to be able to inspect virtual fields. ## [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