diff --git a/CHANGELOG.md b/CHANGELOG.md index a28a071..f85bd13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning]. ## [Unreleased] +## [0.2.0] - 2023-11-14 + ### Added - WHATWG IDNA functions @@ -29,7 +31,8 @@ and this project adheres to [Semantic Versioning]. [@skryukov]: https://github.com/skryukov -[Unreleased]: https://github.com/skryukov/uri-idna/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/skryukov/uri-idna/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/skryukov/uri-idna/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/skryukov/uri-idna/commits/v0.1.0 [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ diff --git a/lib/uri/idna/version.rb b/lib/uri/idna/version.rb index ff5bbbe..ada0845 100644 --- a/lib/uri/idna/version.rb +++ b/lib/uri/idna/version.rb @@ -2,6 +2,6 @@ module URI module IDNA - VERSION = "0.1.0" + VERSION = "0.2.0" end end