From 156c40e21356bd04f01ecd2164bf28a605a045c4 Mon Sep 17 00:00:00 2001 From: Jake Boone Date: Sat, 17 Jun 2023 14:55:32 -0700 Subject: [PATCH] Update changelog for v2.1.0 --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 872a891..942516f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +- N/A + +## [v2.1.0] - 2023-06-17 + ### Added -- Ability to produce Roman numerals. +- [#12] Ability to produce Roman numerals. ## [v2.0.1] - 2022-09-26 @@ -150,9 +154,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. +[#12]: https://github.com/jakeboone02/format-quantity/pull/12 + -[unreleased]: https://github.com/jakeboone02/numeric-quantity/compare/v2.0.1...HEAD +[unreleased]: https://github.com/jakeboone02/numeric-quantity/compare/v2.1.0...HEAD +[v2.1.0]: https://github.com/jakeboone02/format-quantity/compare/v2.0.1...v2.1.0 [v2.0.1]: https://github.com/jakeboone02/format-quantity/compare/v2.0.0...v2.0.1 [v2.0.0]: https://github.com/jakeboone02/format-quantity/compare/v1.1.0...v2.0.0 [v1.1.0]: https://github.com/jakeboone02/format-quantity/compare/v1.0.2...v1.1.0