From 1475d9aa8174685a2e7be86087bd7d9720641dae Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 30 Apr 2024 03:20:19 +0000 Subject: [PATCH] chore(release): 4.0.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ lib/datadog_backup/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba2cfa..660edb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/datadog_backup/version.rb b/lib/datadog_backup/version.rb index 6c98e47..1bfdae8 100644 --- a/lib/datadog_backup/version.rb +++ b/lib/datadog_backup/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module DatadogBackup - VERSION = '4.0.0' + VERSION = '4.0.1' end