Commit e0f1a7c

mo khan <mo@mokhan.ca>
2025-04-30 22:22:26
docs: prepare changelog for v1.2.1
1 parent 018b347
Changed files (1)
CHANGELOG.md
@@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 ## [Unreleased]
+
+## [1.2.1] - 2025-04-30
 ### Fixed
 - Add explicit dependency on `base64` gem
 - Add explicit dependency on `json` gem
@@ -90,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - with\_retry.
 - authorization header helpers
 
-[Unreleased]: https://github.com/xlgmokha/net-hippie/compare/v1.2.0...HEAD
+[Unreleased]: https://github.com/xlgmokha/net-hippie/compare/v1.2.1...HEAD
+[1.2.1]: https://github.com/xlgmokha/net-hippie/compare/v1.2.0...v1.2.1
 [1.2.0]: https://github.com/xlgmokha/net-hippie/compare/v1.1.1...v1.2.0
 [1.1.1]: https://github.com/xlgmokha/net-hippie/compare/v1.1.0...v1.1.1
 [1.1.0]: https://github.com/xlgmokha/net-hippie/compare/v1.0.1...v1.1.0