From 64ef67f1eddbebfe3c4cc06f25c3c04a658b8f8f Mon Sep 17 00:00:00 2001 From: Rob Brackett Date: Thu, 28 Sep 2023 13:01:33 -0700 Subject: [PATCH] Prepare to release v0.11.1 --- README.md | 8 ++------ package.json | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 923cfc3..5216143 100644 --- a/README.md +++ b/README.md @@ -298,17 +298,13 @@ npm test ## Release History -* (In Development) - - **New Features:** - - * Nothing yet! +* 0.11.1 (2023-09-28) **Fixes & Maintenance:** * Resolve a deprecation warning from the underlying datadog-api-client library. This also updates the minimum required version of that library. (Thanks to @acatalucci-synth & @fcsonline in #112.) - [View diff](https://github.com/dbader/node-datadog-metrics/compare/v0.10.2...main) + [View diff](https://github.com/dbader/node-datadog-metrics/compare/v0.11.0...v0.11.1) * 0.11.0 (2022-02-21) diff --git a/package.json b/package.json index ab7c4b8..74a0426 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "datadog-metrics", - "version": "0.11.1-dev", + "version": "0.11.1", "description": "Buffered metrics reporting via the Datadog HTTP API", "main": "index.js", "types": "dist/index.d.ts",