Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jul 7, 2023
1 parent 7ccc4b9 commit 254891b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## 3.1.0

### Changed

- Added support for Rails 6.0 and 6.1. #42
- Backport Rails 7.1a refactors and tweaks. #44, #45, #46, #47, #48

### Fixed

- Remove translation of exception on reconnect to fix Rails test parallel tests. #49

## 3.0.0

### Changed

- Added support for Rails 7.0 and removed support for prerelease Rails 7.1 because this adapter was merged into Rails. #26
- Added support for Rails 7.0 and removed support for prerelease Rails 7.1 because this adapter was merged into Rails. #26

## 2.2.0

Expand Down
2 changes: 1 addition & 1 deletion lib/trilogy_adapter/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module TrilogyAdapter
VERSION = "3.0.0"
VERSION = "3.1.0"
end

0 comments on commit 254891b

Please sign in to comment.