diff --git a/CHANGELOG.md b/CHANGELOG.md index 48a0e05..0382832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.1.0](https://github.com/albert-io/optimal/compare/v1.0.0...v1.1.0) (2025-07-07) + + +### Features + +* Add schema merge ([6ac4821](https://github.com/albert-io/optimal/commit/6ac482171c29eb6a4ed9e3ac6edb56c78f179e4e)) +* Add schema merge ([c751744](https://github.com/albert-io/optimal/commit/c75174496a51695eeb079b0702669f9767a7fff0)) +* Auto Doc ([324eb30](https://github.com/albert-io/optimal/commit/324eb305f8e1a562c33e0855713846060fa20596)) +* Descriptions ([324eb30](https://github.com/albert-io/optimal/commit/324eb305f8e1a562c33e0855713846060fa20596)) +* Merge annotations ([8a312c4](https://github.com/albert-io/optimal/commit/8a312c4aefd2e75d90a1f82a512396e68c21b8ab)) +* Merge annotations ([324eb30](https://github.com/albert-io/optimal/commit/324eb305f8e1a562c33e0855713846060fa20596)) +* release preparations ([#12](https://github.com/albert-io/optimal/issues/12)) ([24d7ff0](https://github.com/albert-io/optimal/commit/24d7ff086b75dbf1e4a9cc45e6bd07327eebb7a8)) + + +### Bug Fixes + +* deploy release ([3f3eb8b](https://github.com/albert-io/optimal/commit/3f3eb8b3d2d19e8244e6d8e8b28e46d1ab0779ee)) + ## 1.0.0 (2025-07-07) ### Fixes diff --git a/mix.exs b/mix.exs index 147643e..394c877 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Optimal.MixProject do use Mix.Project - @version "1.0.0" + @version "1.1.0" def project do [