diff --git a/CHANGELOG.md b/CHANGELOG.md index d9fe0e6c..a43f16e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.1.4] - 2024-12-20 + +### 🐛 Bug Fixes + +- *(ci)* Use correct git token + + ## [0.1.3] - 2024-12-20 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 7ef1f622..9706094f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3186,7 +3186,7 @@ dependencies = [ [[package]] name = "kwaak" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "async-openai", diff --git a/Cargo.toml b/Cargo.toml index d8510d1b..dab85b10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kwaak" -version = "0.1.3" +version = "0.1.4" edition = "2021" categories = ["development-tools", "command-line-utilities"] readme = "README.md"