Skip to content

Commit ee9b797

Browse files
chore(release): 3.2.1 [skip ci]
## [3.2.1](v3.2.0...v3.2.1) (2023-02-11) ### Bug Fixes * update error handling for restore ([233b1b2](233b1b2))
1 parent 233b1b2 commit ee9b797

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.2.1](https://github.com/scribd/datadog_backup/compare/v3.2.0...v3.2.1) (2023-02-11)
2+
3+
4+
### Bug Fixes
5+
6+
* update error handling for restore ([233b1b2](https://github.com/scribd/datadog_backup/commit/233b1b27d485e7502dd47ca01670cea0576e920d))
7+
18
# [3.2.0](https://github.com/scribd/datadog_backup/compare/v3.1.1...v3.2.0) (2023-02-10)
29

310

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.2.0'
4+
VERSION = '3.2.1'
55
end

0 commit comments

Comments
 (0)