diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c29fb..8edbd73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.4](https://github.com/sayanarijit/cottage/compare/v0.6.3...v0.6.4) - 2026-06-11 + +### Added + +- *(npm)* add npm package + +### Fixed + +- *(ci)* fix npm publish CI + ## [0.6.3](https://github.com/sayanarijit/cottage/compare/v0.6.2...v0.6.3) - 2026-06-10 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 069c2e9..c4a196d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -509,7 +509,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "cottage" -version = "0.6.3" +version = "0.6.4" dependencies = [ "age", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 3c4208b..9872c50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cottage" -version = "0.6.3" +version = "0.6.4" edition = "2024" description = "A modern git based age-encrypted secrets manager for teams." readme = "README.md"