Skip to content

Commit

Permalink
Merge pull request #263 from zendesk/nony-update-changelog
Browse files Browse the repository at this point in the history
Update Changelog and version
  • Loading branch information
bquorning authored Sep 23, 2021
2 parents 846d62c + 837456e commit aa5ec1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## v3.19.1

### Fixed

Converts the `ActiveRecord::Base.configurations` object introduced in Rails 6 into a hash as expected.

## v3.19.0

### Changed / Fixed
Expand Down
2 changes: 1 addition & 1 deletion active_record_shards.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Gem::Specification.new "active_record_shards", "3.19.0" do |s|
Gem::Specification.new "active_record_shards", "3.19.1" do |s|
s.authors = ["Benjamin Quorning", "Gabe Martin-Dempesy", "Pierre Schambacher", "Mick Staugaard", "Eric Chapweske", "Ben Osheroff"]
s.email = ["bquorning@zendesk.com", "gabe@zendesk.com", "pschambacher@zendesk.com", "mick@staugaard.com"]
s.homepage = "https://github.com/zendesk/active_record_shards"
Expand Down

0 comments on commit aa5ec1d

Please sign in to comment.