diff --git a/CHANGELOG.md b/CHANGELOG.md index 318b178..0e16e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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). ## Unreleased + +## [0.1.4] - 2024-08-20 ### Fixed - Pricipals are based on project, not platform. @@ -37,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Added - Initial release +[0.1.4]: https://github.com/isambard-sc/conch/releases/tag/0.1.4 [0.1.3]: https://github.com/isambard-sc/conch/releases/tag/0.1.3 [0.1.2]: https://github.com/isambard-sc/conch/releases/tag/0.1.2 [0.1.1]: https://github.com/isambard-sc/conch/releases/tag/0.1.1 diff --git a/Cargo.lock b/Cargo.lock index b812fa6..6141660 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -373,7 +373,7 @@ checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" [[package]] name = "conch" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index be2ed09..9e52774 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "conch" -version = "0.1.3" +version = "0.1.4" edition = "2021" license = "MIT" build = "build.rs"