Skip to content

Commit

Permalink
Merge pull request #12 from gregorw/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 2.1.0
  • Loading branch information
gregorw authored Apr 1, 2022
2 parents 3481558 + 5a189f4 commit 44ece01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## [Unreleased]

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


### Features

* discriminable booleans ([f2ce286](https://github.com/gregorw/discriminable/commit/f2ce2867db9b9f0504474d7237faa9caaab96624))

## [2.0.0](https://github.com/gregorw/discriminable/compare/v1.0.2...v2.0.0) (2022-03-31)


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.0.0"
VERSION = "2.1.0"
end

0 comments on commit 44ece01

Please sign in to comment.