Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Optimal.MixProject do
use Mix.Project

@version "1.0.0"
@version "1.1.0"

def project do
[
Expand Down