Skip to content

Commit ecacbf5

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Release 2.26.1 (#2003)
* Bump datadog_api_client to 2.26.1 * Update CHANGELOG --------- Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent b25cb81 commit ecacbf5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## 2.26.1 / 2024-09-11
4+
5+
### Fixed
6+
* Handle models with `v[0-9]` in name when loading them by @skarimo in https://github.com/DataDog/datadog-api-client-ruby/pull/2002
7+
### Added
8+
* Add new synthetics HTTP javascript assertion by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1939
9+
* Dashboards - Toplist widget style - Add palette by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1992
10+
11+
12+
**Full Changelog**: https://github.com/DataDog/datadog-api-client-ruby/compare/v2.26.0...v2.26.1
13+
314
## 2.26.0 / 2024-09-04
415

516
### Fixed

lib/datadog_api_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Define library version.
22

33
module DatadogAPIClient
4-
VERSION = '2.26.0'
4+
VERSION = '2.26.1'
55
end

0 commit comments

Comments
 (0)