Skip to content

Commit dab7b55

Browse files
authored
Merge pull request #168 from Shopify/jbalsas/3.6.1
Release 3.6.1
2 parents b1d9ff2 + f254f4a commit dab7b55

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ActiveUtils changelog
22

3+
### Version 3.6.1 (September 02, 2026)
4+
5+
- Update the curl domain in the `update_cert_file` rake task and update the vendored CA certificate
6+
37
### Version 3.6.0 (September 15, 2025)
48

59
- Catch and raise `Errno::ENETUNREACH` syscall errors as `ActiveUtils::ConnectionError`

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_utils (3.6.0)
4+
active_utils (3.6.1)
55
activesupport (>= 4.2)
66
i18n
77

lib/active_utils/version.rb

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

0 commit comments

Comments
 (0)