From 41615114ed5b060209a2c86ec09475fb43865595 Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Wed, 15 Apr 2026 17:35:57 +0530 Subject: [PATCH] Added changelog and version bump --- CHANGELOG.md | 3 +++ Gemfile.lock | 10 +++++----- lib/contentstack_utils/version.rb | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc2dfd..a356b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [1.2.4](https://github.com/contentstack/contentstack-utils-ruby/tree/v1.2.4) (2026-04-15) + - Fixed Security issues. + ## [1.2.3](https://github.com/contentstack/contentstack-utils-ruby/tree/v1.2.3) (2026-03-30) - Fixed GQL JSON test helper parsing for hash-based fixtures by serializing Ruby hashes to JSON. - Normalized non-doc fragment list fixtures into doc-root shape to keep nested list fragment specs stable. diff --git a/Gemfile.lock b/Gemfile.lock index 9e19ed7..c0eda7d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - contentstack_utils (1.2.3) + contentstack_utils (1.2.4) activesupport (>= 7.0, < 8) nokogiri (>= 1.13, < 1.19) @@ -26,7 +26,7 @@ GEM benchmark (0.5.0) bigdecimal (4.1.1) concurrent-ruby (1.3.6) - connection_pool (3.0.2) + connection_pool (2.5.5) crack (1.0.1) bigdecimal rexml @@ -40,9 +40,9 @@ GEM minitest (5.27.0) nokogiri (1.18.10-arm64-darwin) racc (~> 1.4) - public_suffix (7.0.5) + public_suffix (6.0.2) racc (1.8.1) - rake (13.3.1) + rake (13.4.1) rexml (3.4.4) rspec (3.13.2) rspec-core (~> 3.13.0) @@ -70,7 +70,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_utils/version.rb b/lib/contentstack_utils/version.rb index 6ec8d54..2ac4815 100644 --- a/lib/contentstack_utils/version.rb +++ b/lib/contentstack_utils/version.rb @@ -1,3 +1,3 @@ module ContentstackUtils - VERSION = "1.2.3" + VERSION = "1.2.4" end