From 86dfee17163a79d35686769161c139dfd0f8c908 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 11 Jan 2022 19:39:20 -0600 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a0d0b4..d98664b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +## [v0.2.1] - 2022-01-11 + +### Added + +- `cowthink` function + ## [v0.2.0] - 2021-11-29 ### Added @@ -59,6 +65,7 @@ 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.0...HEAD +[Unreleased]: https://github.com/MillironX/Cowsay.jl/compare/v0.2.1...HEAD +[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