diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ac515..4512a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## CHANGELOG +## Version 0.8.4 +### Date: 15th-April-2026 + ### Security and Compatibility + - Fixed reported security vulnerability. + ## Version 0.8.3 ### Date: 27th-March-2026 ### Security and Compatibility diff --git a/Gemfile.lock b/Gemfile.lock index 046483c..9278a86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - contentstack (0.8.3) + contentstack (0.8.4) activesupport (>= 3.2) contentstack_utils (~> 1.2) @@ -41,7 +41,7 @@ GEM concurrent-ruby (~> 1.0) json (2.19.3) logger (1.7.0) - minitest (6.0.3) + minitest (6.0.4) drb (~> 2.0) prism (~> 1.5) nokogiri (1.19.2-arm64-darwin) @@ -77,7 +77,7 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - yard (0.9.39) + yard (0.9.41) PLATFORMS arm64-darwin-22 diff --git a/lib/contentstack/version.rb b/lib/contentstack/version.rb index 06c3977..9afb23a 100644 --- a/lib/contentstack/version.rb +++ b/lib/contentstack/version.rb @@ -1,3 +1,3 @@ module Contentstack - VERSION = "0.8.3" + VERSION = "0.8.4" end