From f254f4a88031b73bb060dd06dfe616ecc562a5f9 Mon Sep 17 00:00:00 2001 From: Chema Balsas Date: Wed, 2 Sep 2026 08:54:15 +0100 Subject: [PATCH] Release 3.6.1 Co-authored-by: AI (Pi/Claude Opus 5 [250k]) Assisted-By: devx/4ec941a1-658d-443c-8394-44de614db1c9 --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/active_utils/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 831b2b2..4170a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # ActiveUtils changelog +### Version 3.6.1 (September 02, 2026) + +- Update the curl domain in the `update_cert_file` rake task and update the vendored CA certificate + ### Version 3.6.0 (September 15, 2025) - Catch and raise `Errno::ENETUNREACH` syscall errors as `ActiveUtils::ConnectionError` diff --git a/Gemfile.lock b/Gemfile.lock index 11bcaba..4debb66 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - active_utils (3.6.0) + active_utils (3.6.1) activesupport (>= 4.2) i18n diff --git a/lib/active_utils/version.rb b/lib/active_utils/version.rb index 13a4596..511d8e7 100644 --- a/lib/active_utils/version.rb +++ b/lib/active_utils/version.rb @@ -1,3 +1,3 @@ module ActiveUtils - VERSION = "3.6.0" + VERSION = "3.6.1" end