diff --git a/CHANGELOG.md b/CHANGELOG.md index 803f849..1899f69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.14.4] - 2026-02-09 + +### 🚀 Features + +- Optimise release profile ([#119](https://github.com/aliev/baker/pull/119)) + +### ⚙️ Miscellaneous Tasks + +- Update dist ([#118](https://github.com/aliev/baker/pull/118)) + + + ## [0.14.3] - 2026-01-28 ### 🐛 Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index a4ab8eb..c2e0288 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baker" -version = "0.14.3" +version = "0.14.4" edition = "2021" authors = ["Ali Aliyev "] repository = "https://github.com/aliev/baker"