Skip to content

Commit

Permalink
chore(release): 3.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.1](v3.1.0...v3.1.1) (2022-09-01)

### Bug Fixes

* catch SystemExit so that rspec can complete ([9eee0e5](9eee0e5))
* specify minimum ruby version in Gemfile ([c7f48f9](c7f48f9))

### Reverts

* Revert "fix: specify minimum ruby version in Gemfile" ([e934ac2](e934ac2))
  • Loading branch information
semantic-release-bot committed Sep 1, 2022
1 parent b08952a commit 5d665f8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [3.1.1](https://github.com/scribd/datadog_backup/compare/v3.1.0...v3.1.1) (2022-09-01)


### Bug Fixes

* catch SystemExit so that rspec can complete ([9eee0e5](https://github.com/scribd/datadog_backup/commit/9eee0e5c5ea857baeafcf3fbc0f1c8f3748b0ca8))
* specify minimum ruby version in Gemfile ([c7f48f9](https://github.com/scribd/datadog_backup/commit/c7f48f95269a23549e28576434292d4ba1332d59))


### Reverts

* Revert "fix: specify minimum ruby version in Gemfile" ([e934ac2](https://github.com/scribd/datadog_backup/commit/e934ac2611c9bb557a181dd2f6f6b2678287773d))

# [3.1.0](https://github.com/scribd/datadog_backup/compare/v3.0.0...v3.1.0) (2022-08-30)


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

module DatadogBackup
VERSION = '3.1.0'
VERSION = '3.1.1'
end

0 comments on commit 5d665f8

Please sign in to comment.