summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-04-30 16:38:56 -0600
committermo khan <mo@mokhan.ca>2025-04-30 16:38:56 -0600
commit58d4e9be69cf5fbc951bc63858ac899dded47bee (patch)
tree8410e387a0cb97b691bfdd81701239fa6198145d /CHANGELOG.md
parente0f1a7c92494e5b53a65fde9d973fbcc8e0a5b04 (diff)
feat: change minimum ruby to 3.2v1.3.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1566784..bb1ede0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-Version 1.2.1
+Version 1.3.0
# Changelog
All notable changes to this project will be documented in this file.
@@ -8,7 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
-## [1.2.1] - 2025-04-30
+## [1.3.0] - 2025-04-30
+### Changed
+- Ruby 2.3+ required
+
### Fixed
- Add explicit dependency on `base64` gem
- Add explicit dependency on `json` gem
@@ -92,8 +95,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.1...HEAD
-[1.2.1]: https://github.com/xlgmokha/net-hippie/compare/v1.2.0...v1.2.1
+[Unreleased]: https://github.com/xlgmokha/net-hippie/compare/v1.3.0...HEAD
+[1.3.0]: https://github.com/xlgmokha/net-hippie/compare/v1.2.0...v1.3.0
[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