Skip to content

Commit

Permalink
Prepare to release v0.11.2
Browse files Browse the repository at this point in the history
Update release notes and version number.
  • Loading branch information
Mr0grog committed Jun 25, 2024
1 parent 26e7cd2 commit 89c4425
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,13 +305,13 @@ npm test

## Release History

* (In Development)
* 0.11.2 (2024-06-25)

* Fix types and documentation for the `aggregates` option for histograms and the `histogram.aggregates` option for the library as a whole. It was previously listed as `aggregations`, which was incorrect. (Thanks to @Calyhre in #117.)

* Improve documentation and add a more detailed error message about API keys vs. application keys.
* Improve documentation and add a more detailed error message about API keys vs. application keys. (#118)

[View diff](https://github.com/dbader/node-datadog-metrics/compare/v0.11.1...main)
[View diff](https://github.com/dbader/node-datadog-metrics/compare/v0.11.1...v0.11.2)

* 0.11.1 (2023-09-28)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datadog-metrics",
"version": "0.11.2-dev",
"version": "0.11.2",
"description": "Buffered metrics reporting via the Datadog HTTP API",
"main": "index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 89c4425

Please sign in to comment.