Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.10.0"
".": "1.10.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/ae_network_connection_exception/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AeNetworkConnectionException
VERSION = '1.10.0'
VERSION = '1.10.1'
end