Skip to content

Commit 522b4c9

Browse files
Merge pull request #36 from contentstack/fix/version_bump
Added changelog and version bump
2 parents bcadc33 + 4161511 commit 522b4c9

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [1.2.4](https://github.com/contentstack/contentstack-utils-ruby/tree/v1.2.4) (2026-04-15)
4+
- Fixed Security issues.
5+
36
## [1.2.3](https://github.com/contentstack/contentstack-utils-ruby/tree/v1.2.3) (2026-03-30)
47
- Fixed GQL JSON test helper parsing for hash-based fixtures by serializing Ruby hashes to JSON.
58
- Normalized non-doc fragment list fixtures into doc-root shape to keep nested list fragment specs stable.

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
contentstack_utils (1.2.3)
4+
contentstack_utils (1.2.4)
55
activesupport (>= 7.0, < 8)
66
nokogiri (>= 1.13, < 1.19)
77

@@ -26,7 +26,7 @@ GEM
2626
benchmark (0.5.0)
2727
bigdecimal (4.1.1)
2828
concurrent-ruby (1.3.6)
29-
connection_pool (3.0.2)
29+
connection_pool (2.5.5)
3030
crack (1.0.1)
3131
bigdecimal
3232
rexml
@@ -40,9 +40,9 @@ GEM
4040
minitest (5.27.0)
4141
nokogiri (1.18.10-arm64-darwin)
4242
racc (~> 1.4)
43-
public_suffix (7.0.5)
43+
public_suffix (6.0.2)
4444
racc (1.8.1)
45-
rake (13.3.1)
45+
rake (13.4.1)
4646
rexml (3.4.4)
4747
rspec (3.13.2)
4848
rspec-core (~> 3.13.0)
@@ -70,7 +70,7 @@ GEM
7070
addressable (>= 2.8.0)
7171
crack (>= 0.3.2)
7272
hashdiff (>= 0.4.0, < 2.0.0)
73-
yard (0.9.39)
73+
yard (0.9.41)
7474

7575
PLATFORMS
7676
arm64-darwin-22

lib/contentstack_utils/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ContentstackUtils
2-
VERSION = "1.2.3"
2+
VERSION = "1.2.4"
33
end

0 commit comments

Comments
 (0)