From 881579528f530492cdf8095e2720e40d53c8cc24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 16:26:19 +0000 Subject: [PATCH] chore(master): release 1.10.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ lib/ae_network_connection_exception/version.rb | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9246dd..211ac9a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe0ec4..5c80163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.10.1](https://github.com/appfolio/ae_network_connection_exception/compare/v1.10.0...v1.10.1) (2026-05-07) + + +### Miscellaneous Chores + +* migrate npm registry from CodeArtifact to JFrog ([4f121f4](https://github.com/appfolio/ae_network_connection_exception/commit/4f121f4f59ee5b7058ee9ac513fac1960f916ced)) +* migrate npm registry from CodeArtifact to JFrog ([5c1110d](https://github.com/appfolio/ae_network_connection_exception/commit/5c1110d86104811ade1fb7ac7a9bb6b1784177b4)) + + +### Continuous Integration + +* add Release Please and gem-releaser workflows for automated releases ([1c1a591](https://github.com/appfolio/ae_network_connection_exception/commit/1c1a591e1b728dd0c1e851d9d508140cee466476)) +* add Release Please and gem-releaser workflows for automated releases ([bf97dda](https://github.com/appfolio/ae_network_connection_exception/commit/bf97dda5dc02a78a1f1dca9f98e1305e7fa2fe28)) + ## [Unreleased](https://github.com/appfolio/ae_network_connection_exception/tree/HEAD) [Full Changelog](https://github.com/appfolio/ae_network_connection_exception/compare/v1.9.0...HEAD) diff --git a/lib/ae_network_connection_exception/version.rb b/lib/ae_network_connection_exception/version.rb index 1bbe3c8..da68144 100644 --- a/lib/ae_network_connection_exception/version.rb +++ b/lib/ae_network_connection_exception/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module AeNetworkConnectionException - VERSION = '1.10.0' + VERSION = '1.10.1' end