Skip to content

Commit 04ef0e9

Browse files
committed
fix: version bump
1 parent 712eba4 commit 04ef0e9

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## CHANGELOG
22

3+
## Version 0.9.2
4+
### Date: 6th-July-2026
5+
### Fix
6+
- - Snyk fixes `json >= 2.19.9`.
7+
8+
------------------------------------------------
9+
310
## Version 0.9.1
411
### Date: 29th-June-2026
512
### Fix

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
contentstack (0.9.1)
4+
contentstack (0.9.2)
55
activesupport (>= 3.2)
66
contentstack_utils (~> 1.2)
77

@@ -119,7 +119,7 @@ CHECKSUMS
119119
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
120120
concurrent-ruby (1.3.7) sha256=4412caec3a5ea2e5fdc52076724c071a81f2c0593d83b2ac8cbb8ca63b3151b0
121121
connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
122-
contentstack (0.9.1)
122+
contentstack (0.9.2)
123123
contentstack_utils (1.2.3) sha256=cf2f5f996eb487559fd2d7d48a99262710f53dec62c84c6e325b9a598cd31ba7
124124
crack (1.0.1) sha256=ff4a10390cd31d66440b7524eb1841874db86201d5b70032028553130b6d4c7e
125125
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962

lib/contentstack/version.rb

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

0 commit comments

Comments
 (0)