Skip to content

Commit

Permalink
Merge pull request #18 from gregorw/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 2.1.1
  • Loading branch information
gregorw authored Apr 15, 2022
2 parents 3ab5979 + 12348b7 commit 83647b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## [Unreleased]

### [2.1.1](https://github.com/gregorw/discriminable/compare/v2.1.0...v2.1.1) (2022-04-15)


### Bug Fixes

* Subclass is not properly initialized on new objects ([c24706c](https://github.com/gregorw/discriminable/commit/c24706c9e8cd4c80ea20016e341f010a5a3c792b))
* Use correct, i.e. first value, when using multiple states for same subclass ([3a05c0d](https://github.com/gregorw/discriminable/commit/3a05c0d3a76080a39f40b1d57ce2862316693f97))

## [2.1.0](https://github.com/gregorw/discriminable/compare/v2.0.0...v2.1.0) (2022-04-01)


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

module Discriminable
VERSION = "2.1.0"
VERSION = "2.1.1"
end

0 comments on commit 83647b9

Please sign in to comment.