Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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.
  • Loading branch information
semantic-release-bot committed Apr 30, 2024
1 parent 25e2d62 commit 6832b96
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.0.0](https://github.com/scribd/datadog_backup/compare/v3.3.0...v4.0.0) (2024-04-30)


### Bug Fixes

* 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))


### BREAKING CHANGES

* ruby 2.7 is no longer supported. Please upgrade to ruby 3.0 or higher.

# [3.3.0](https://github.com/scribd/datadog_backup/compare/v3.2.1...v3.3.0) (2023-08-17)


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.3.0'
VERSION = '4.0.0'
end

0 comments on commit 6832b96

Please sign in to comment.