Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki24 committed Sep 3, 2021
1 parent b68fe2a commit 6acd29f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## v0.5.3
## v0.6.0

_<sup>(unreleased)</sup>_

#### Features

* Add support for Ruby 3.0 and Rails 6.0, 6.1
* Add the multi domain adapter (744b8ea3)

#### Fixes

* ~~Generate fixture YAML files on `rails g artemis:query queryName` (#78)~~ Removed due to a bug for now.
Expand Down
2 changes: 1 addition & 1 deletion lib/artemis/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Artemis
VERSION = "0.5.2"
VERSION = "0.6.0"
end

0 comments on commit 6acd29f

Please sign in to comment.