diff --git a/CHANGELOG.md b/CHANGELOG.md index 0623359..da29c6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.14.3] - 2026-01-21 + +### 🚀 Features + +- Disable git release + + + ## [0.14.2] - 2026-01-19 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index 8103526..c70fd8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baker" -version = "0.14.2" +version = "0.14.3" edition = "2021" authors = ["Ali Aliyev "] repository = "https://github.com/aliev/baker"