Skip to content

Commit

Permalink
Merge pull request #507 from Shopify/ac-release-0.20
Browse files Browse the repository at this point in the history
Release 0.20.0
  • Loading branch information
adrianna-chang-shopify authored Oct 26, 2023
2 parents fe26aae + 4cf0b73 commit 7f19857
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Unreleased

# v0.20.0

* Ensure Active Record Trilogy adapter handles AdapterTimeout and ConnectionFailed exceptions. (#497)
* Allow passing --with-openssl-dir for a custom OpenSSL installation. (#499)
* Use ActiveRecord::ConnectionNotEstablished as base error for TrilogyAdapter. (#496)
* Fix Mysql2 connection error regular expressions. (#506)

# v0.19.1

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

module Semian
VERSION = "0.19.1"
VERSION = "0.20.0"
end

0 comments on commit 7f19857

Please sign in to comment.