Skip to content

Commit

Permalink
chore(release): 4.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.1](v4.0.0...v4.0.1) (2024-04-30)

### Bug Fixes

* YAML.dump quotes y when dumping ([#164](#164)) ([f1d6e0d](f1d6e0d))
  • Loading branch information
semantic-release-bot committed Apr 30, 2024
1 parent f1d6e0d commit 1475d9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.0.1](https://github.com/scribd/datadog_backup/compare/v4.0.0...v4.0.1) (2024-04-30)


### Bug Fixes

* YAML.dump quotes y when dumping ([#164](https://github.com/scribd/datadog_backup/issues/164)) ([f1d6e0d](https://github.com/scribd/datadog_backup/commit/f1d6e0d68bea1da4e37dd971cb710dfccffa0c56))

# [4.0.0](https://github.com/scribd/datadog_backup/compare/v3.3.0...v4.0.0) (2024-04-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 = '4.0.0'
VERSION = '4.0.1'
end

0 comments on commit 1475d9a

Please sign in to comment.