Skip to content

Commit aaa3d9e

Browse files
chore(release): 3.2.0 [skip ci]
# [3.2.0](v3.1.1...v3.2.0) (2023-02-10) ### Features * Deepsort skip sorting arrays ([d9cba97](d9cba97))
1 parent d9cba97 commit aaa3d9e

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.0](https://github.com/scribd/datadog_backup/compare/v3.1.1...v3.2.0) (2023-02-10)
2+
3+
4+
### Features
5+
6+
* Deepsort skip sorting arrays ([d9cba97](https://github.com/scribd/datadog_backup/commit/d9cba97015d1af636ca9c03605ef14fa8dcb6d21))
7+
18
## [3.1.1](https://github.com/scribd/datadog_backup/compare/v3.1.0...v3.1.1) (2022-09-01)
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.1.1'
4+
VERSION = '3.2.0'
55
end

0 commit comments

Comments
 (0)