diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bdce61..0623359 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.2] - 2026-01-19 + +### 🚀 Features + +- Set release always to false + + + ## [0.13.1] - 2025-11-12 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index 1db5f73..8103526 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baker" -version = "0.14.1" +version = "0.14.2" edition = "2021" authors = ["Ali Aliyev "] repository = "https://github.com/aliev/baker"