Skip to content

Commit

Permalink
Release v1.18.1 with removed activerecord-trilogy-adapter dep (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianna-chang-shopify authored May 2, 2023
1 parent 9286733 commit c6f5208
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Unreleased

# v0.18.1

* Remove dependency on activerecord-trilogy-adapter in Trilogy adapter for Semian. (#486)
* Fix: Change in method signature for Trilogy adapter's `#execute_method`. (#491)

# v0.18.0

* Support Active Record Trilogy adapter. (#468)
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.18.0"
VERSION = "0.18.1"
end

0 comments on commit c6f5208

Please sign in to comment.