From 7d7a2a76031e3e6c1420dcce4de91f875c740e49 Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Tue, 30 Dec 2025 15:29:02 +0530 Subject: [PATCH 1/3] Updated gemlock file --- Gemfile.lock | 58 ++++++++++++++++++++++++++++------------------------ 1 file changed, 31 insertions(+), 27 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 505e9c9..e02a47c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,41 +8,44 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.2) + activesupport (7.2.3) base64 + benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) - base64 (0.2.0) - bigdecimal (3.1.8) - concurrent-ruby (1.2.3) - connection_pool (2.4.1) - contentstack_utils (1.2.0) - activesupport (>= 3.2) - nokogiri (~> 1.11) - crack (1.0.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + addressable (2.8.8) + public_suffix (>= 2.0.2, < 8.0) + base64 (0.3.0) + benchmark (0.5.0) + bigdecimal (4.0.1) + concurrent-ruby (1.3.6) + connection_pool (2.5.5) + contentstack_utils (1.2.1) + activesupport (>= 7.0) + nokogiri (>= 1.11) + crack (1.0.1) bigdecimal rexml - diff-lcs (1.5.1) - docile (1.4.0) - drb (2.2.1) - hashdiff (1.1.0) - i18n (1.14.5) + diff-lcs (1.6.2) + docile (1.4.1) + drb (2.2.3) + hashdiff (1.2.1) + i18n (1.14.8) concurrent-ruby (~> 1.0) - minitest (5.22.3) - mutex_m (0.2.0) - nokogiri (1.15.6-arm64-darwin) + logger (1.7.0) + minitest (5.27.0) + nokogiri (1.18.10-arm64-darwin) racc (~> 1.4) - public_suffix (5.0.5) - racc (1.7.3) - rexml (3.2.6) + public_suffix (6.0.2) + racc (1.8.1) + rexml (3.4.4) rspec (3.10.0) rspec-core (~> 3.10.0) rspec-expectations (~> 3.10.0) @@ -56,11 +59,12 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.3) + securerandom (0.4.1) simplecov (0.21.2) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-html (0.12.3) + simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -68,7 +72,7 @@ GEM addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - yard (0.9.36) + yard (0.9.38) PLATFORMS arm64-darwin-22 From 42c071f5e24c4fbc613c4941bd3fafc3388a583c Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Fri, 2 Jan 2026 11:51:49 +0530 Subject: [PATCH 2/3] Updated LIicense year --- LICENSE.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 1e3b47d..fe71cce 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2012-2024 Contentstack. All Rights Reserved +Copyright (c) 2012-2026 Contentstack. All Rights Reserved Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index ec95b0f..d7ec8a1 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ You can use advanced sync queries to fetch custom results while performing initi ## **The MIT License (MIT)** -Copyright © 2012-2021 [Contentstack](https://www.contentstack.com). All Rights Reserved +Copyright © 2012-2026 [Contentstack](https://www.contentstack.com). All Rights Reserved Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: From b220b7941e1d380524d251d8b7e23252a5bc9e7d Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Fri, 2 Jan 2026 12:04:54 +0530 Subject: [PATCH 3/3] Version bump --- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- lib/contentstack/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a56dc16..f6785b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## CHANGELOG +## Version 0.8.0 +### Date: 05th-January-2026 + ### Security Bug + - Fixed snyk security issues and updated license year + +------------------------------------------------ + ## Version 0.8.0 ### Date: 14th-May-2024 ### Enhancement diff --git a/Gemfile.lock b/Gemfile.lock index e02a47c..85b34a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - contentstack (0.8.0) + contentstack (0.8.1) activesupport (>= 3.2) contentstack_utils (~> 1.0) diff --git a/lib/contentstack/version.rb b/lib/contentstack/version.rb index 880f3b3..33ee66d 100644 --- a/lib/contentstack/version.rb +++ b/lib/contentstack/version.rb @@ -1,3 +1,3 @@ module Contentstack - VERSION = "0.8.0" + VERSION = "0.8.1" end