diff --git a/CHANGELOG.md b/CHANGELOG.md index 248bb9c..bfedacb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [0.15.1] - 2026-04-07 + +### ⚙️ Miscellaneous Tasks + +- Update deps ([#127](https://github.com/aliev/baker/pull/127)) +- Update minijinja to 2.18 ([#128](https://github.com/aliev/baker/pull/128)) + + + ## [0.15.0] - 2026-03-02 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index 82d7feb..6da1747 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baker" -version = "0.15.0" +version = "0.15.1" edition = "2021" authors = ["Ali Aliyev "] repository = "https://github.com/aliev/baker"