Skip to content

Commit 6832b96

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.3.0...v4.0.0) (2024-04-30) ### Bug Fixes * Deprecate Ruby 3.0 and Drop support for Ruby 2.7 ([#163](#163)) ([3d81d65](3d81d65)) ### BREAKING CHANGES * ruby 2.7 is no longer supported. Please upgrade to ruby 3.0 or higher.
1 parent 25e2d62 commit 6832b96

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0](https://github.com/scribd/datadog_backup/compare/v3.3.0...v4.0.0) (2024-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* Deprecate Ruby 3.0 and Drop support for Ruby 2.7 ([#163](https://github.com/scribd/datadog_backup/issues/163)) ([3d81d65](https://github.com/scribd/datadog_backup/commit/3d81d652bfb35f06b61dfb679c4d9e0d3567efcb))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* ruby 2.7 is no longer supported. Please upgrade to ruby 3.0 or higher.
12+
113
# [3.3.0](https://github.com/scribd/datadog_backup/compare/v3.2.1...v3.3.0) (2023-08-17)
214

315

lib/datadog_backup/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module DatadogBackup
4-
VERSION = '3.3.0'
4+
VERSION = '4.0.0'
55
end

0 commit comments

Comments
 (0)