Skip to content

Commit

Permalink
Merge pull request #10 from gregorw/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 2.0.0
  • Loading branch information
gregorw authored Mar 31, 2022
2 parents 445cb05 + 14a3f41 commit 5f4f56b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
## [Unreleased]

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


### ⚠ BREAKING CHANGES

* simplified api

### Features

* simplified api ([1b05019](https://github.com/gregorw/discriminable/commit/1b05019dc42aff7fe9ce5c752d7ce8ce09f5b4b7))


### Bug Fixes

* tests ([445cb05](https://github.com/gregorw/discriminable/commit/445cb053786c7a862dbeadcaa1af901832465632))

### [1.0.2](https://github.com/gregorw/discriminable/compare/v1.0.1...v1.0.2) (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 = "1.0.2"
VERSION = "2.0.0"
end

0 comments on commit 5f4f56b

Please sign in to comment.