Skip to content

Commit 5d665f8

Browse files
chore(release): 3.1.1 [skip ci]
## [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))
1 parent b08952a commit 5d665f8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [3.1.1](https://github.com/scribd/datadog_backup/compare/v3.1.0...v3.1.1) (2022-09-01)
2+
3+
4+
### Bug Fixes
5+
6+
* catch SystemExit so that rspec can complete ([9eee0e5](https://github.com/scribd/datadog_backup/commit/9eee0e5c5ea857baeafcf3fbc0f1c8f3748b0ca8))
7+
* specify minimum ruby version in Gemfile ([c7f48f9](https://github.com/scribd/datadog_backup/commit/c7f48f95269a23549e28576434292d4ba1332d59))
8+
9+
10+
### Reverts
11+
12+
* Revert "fix: specify minimum ruby version in Gemfile" ([e934ac2](https://github.com/scribd/datadog_backup/commit/e934ac2611c9bb557a181dd2f6f6b2678287773d))
13+
114
# [3.1.0](https://github.com/scribd/datadog_backup/compare/v3.0.0...v3.1.0) (2022-08-30)
215

316

lib/datadog_backup/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module DatadogBackup
4-
VERSION = '3.1.0'
4+
VERSION = '3.1.1'
55
end

0 commit comments

Comments
 (0)