diff --git a/CHANGELOG.md b/CHANGELOG.md index 5681ee3..b395b90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.3](https://github.com/arctic-hen7/bonnie/compare/v0.1.2...v0.1.3) (2021-06-26) + ### [0.1.2](https://github.com/arctic-hen7/bonnie/compare/v0.1.1...v0.1.2) (2021-06-25) diff --git a/Cargo.lock b/Cargo.lock index af8bfa4..28aa233 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "bonnie" -version = "0.1.2" +version = "0.1.3" dependencies = [ "dotenv", "serde", diff --git a/Cargo.toml b/Cargo.toml index d32e5fe..f9648fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bonnie" -version = "0.1.2" +version = "0.1.3" authors = ["arctic_hen7 "] edition = "2018"