diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a9143..eb7c4dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +## [v0.3.0] - 2022-02-01 + ### Added - `cowsaid` and `cowthunk` functions for getting cow art without printing it @@ -71,7 +73,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). - `cowsay` function for Julia in package format -[Unreleased]: https://github.com/MillironX/Cowsay.jl/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/MillironX/Cowsay.jl/compare/v0.3.0...HEAD +[v0.3.0]: https://github.com/MillironX/Cowsay.jl/compare/v0.2.1...v0.3.0 [v0.2.1]: https://github.com/MillironX/Cowsay.jl/compare/v0.2.0...v0.2.1 [v0.2.0]: https://github.com/MillironX/Cowsay.jl/compare/v0.1.0...v0.2.0 [v0.1.0]: https://github.com/MillironX/Cowsay.jl/releases/tag/v0.1.0 diff --git a/Project.toml b/Project.toml index 28e2017..14a77b3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Cowsay" uuid = "b6370f49-8ad1-4651-ad9e-3639b35da0e9" authors = ["Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> and contributors"] -version = "0.2.1" +version = "0.3.0" [deps] TextWrap = "b718987f-49a8-5099-9789-dcd902bef87d"