From 632c698ef52587c322e1b24774b30edf55ac6fb9 Mon Sep 17 00:00:00 2001 From: Eric Proulx Date: Fri, 18 Jul 2025 14:36:52 +0200 Subject: [PATCH] Update CHANGELOG.md Add CHANGELOG.md for next release --- CHANGELOG.md | 7 ++++++- lib/claude_sdk/version.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e8e151..40ef85e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.4] - 2025-07-18 + +### Fixed +- Relax async gem version requirement. + ## [0.1.2] - 2025-07-16 ### Added @@ -53,4 +58,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased]: https://github.com/parruda/claude-code-sdk-ruby/compare/v0.1.1...HEAD [0.1.1]: https://github.com/parruda/claude-code-sdk-ruby/compare/v0.1.0...v0.1.1 -[0.1.0]: https://github.com/parruda/claude-code-sdk-ruby/releases/tag/v0.1.0 \ No newline at end of file +[0.1.0]: https://github.com/parruda/claude-code-sdk-ruby/releases/tag/v0.1.0 diff --git a/lib/claude_sdk/version.rb b/lib/claude_sdk/version.rb index 5719907..0bb4d7c 100644 --- a/lib/claude_sdk/version.rb +++ b/lib/claude_sdk/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ClaudeSDK - VERSION = "0.1.4" + VERSION = "0.1.5" end