Skip to content

Commit 636b63f

Browse files
authored
Merge pull request #178 from zendesk/release
Release v4.3.0
2 parents 5d52b8f + 4d60ef6 commit 636b63f

6 files changed

Lines changed: 7 additions & 5 deletions

File tree

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and as of v1.0.0 this project adheres to [Semantic Versioning](https://semver.or
66

77
## [Unreleased]
88

9+
## [4.3.0]
10+
911
### Changed
1012
- `.class_eval` now raises an exception when called on `ConnectionProxy`. Use `.arhp_connection_proxy_class_eval` if you _really_ need to modify the `ConnectionProxy` class.
1113

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_record_host_pool (4.2.0)
4+
active_record_host_pool (4.3.0)
55
activerecord (>= 7.2.0)
66

77
GEM

gemfiles/rails7.2.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_record_host_pool (4.2.0)
4+
active_record_host_pool (4.3.0)
55
activerecord (>= 7.2.0)
66

77
GEM

gemfiles/rails8.0.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_record_host_pool (4.2.0)
4+
active_record_host_pool (4.3.0)
55
activerecord (>= 7.2.0)
66

77
GEM

gemfiles/rails8.1.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_record_host_pool (4.2.0)
4+
active_record_host_pool (4.3.0)
55
activerecord (>= 7.2.0)
66

77
GEM
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActiveRecordHostPool
4-
VERSION = "4.2.0"
4+
VERSION = "4.3.0"
55
end

0 commit comments

Comments
 (0)