Skip to content

Commit

Permalink
Release v2.1.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia authored Sep 26, 2022
1 parent 61d7835 commit fad6b0c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## 2.1.0

### Added

- Support string ssl modes.

### Fixed

- Correct version constraint for activerecord.
- Require a valid connection when quoting a string.
- Treat IOError as a connectivity-related error.
- Disable prepared statements, since Trilogy doesn't yet support them.

## 2.0.0

### Added
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 = "2.0.0"
VERSION = "2.1.0"
end

0 comments on commit fad6b0c

Please sign in to comment.