Skip to content

Commit

Permalink
Merge pull request #36 from samvera-labs/prep_for_2.1.0
Browse files Browse the repository at this point in the history
Prep for 2.1.0 release
  • Loading branch information
jrgriffiniii authored Jun 9, 2020
2 parents ada1830 + 5a56426 commit a5e6654
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
unreleased=true
future-release=2.0.0
future-release=2.1.0
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Changelog

## [2.0.0](https://github.com/samvera-labs/bixby/tree/2.0.0) (2019-12-10)
## [2.1.0](https://github.com/samvera-labs/bixby/tree/2.1.0) (2020-06-09)

[Full Changelog](https://github.com/samvera-labs/bixby/compare/v2.0.0.pre.beta1...2.0.0)
[Full Changelog](https://github.com/samvera-labs/bixby/compare/v2.0.0...2.1.0)

**Merged pull requests:**

- Upgrade rubocop and dependencies [\#35](https://github.com/samvera-labs/bixby/pull/35) ([bess](https://github.com/bess))
- Prep for 2.0 release [\#31](https://github.com/samvera-labs/bixby/pull/31) ([bess](https://github.com/bess))

## [v2.0.0](https://github.com/samvera-labs/bixby/tree/v2.0.0) (2019-12-10)

[Full Changelog](https://github.com/samvera-labs/bixby/compare/v2.0.0.pre.beta1...v2.0.0)

**Closed issues:**

Expand Down
2 changes: 1 addition & 1 deletion bixby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.name = 'bixby'
spec.require_paths = ['lib']

spec.version = '2.0.0'
spec.version = '2.1.0'
spec.license = 'Apache-2.0'

spec.add_dependency 'rubocop', '0.85.1'
Expand Down

0 comments on commit a5e6654

Please sign in to comment.