diff --git a/CHANGELOG.md b/CHANGELOG.md index 65261f6..cc77b6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,18 @@ ### Added -* Ensure field/assoc/embed exists when listing errors in `flat_errors_on/3`. This prevents accidental test passes on typos in assertions like `refute_errors_on(cs, :sommtypo)`. +## [1.1.0] - 2026-01-07 + +### Added + * Add ability to disable "tagged" not found errors in `Repo.fetch/2` and friends (local to calls or global option). +* Added `BitcrowdEcto.FixedWidthInteger` +* Allow `Repo.advisory_xact_lock/1 to handle atoms` + +### Changed + +* Ensure field/assoc/embed exists when listing errors in `flat_errors_on/3`. This prevents accidental test passes on typos in assertions like `refute_errors_on(cs, :sommtypo)`. + ## [1.0.0] - 2023-12-21 diff --git a/mix.exs b/mix.exs index a29e463..1b6fed9 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule BitcrowdEcto.MixProject do use Mix.Project - @version "1.0.0" + @version "1.1.0" def project do [