diff --git a/CHANGELOG.md b/CHANGELOG.md index 894fbe7d..6f4ccf88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-beta.2](https://github.com/jazida-opensource/dotenv-azure/compare/v1.0.0-beta.1@beta...v1.0.0-beta.2@beta) (2019-10-04) + + +### Bug Fixes + +* limit concurrency to avoid Azure AD rate limiting ([#29](https://github.com/jazida-opensource/dotenv-azure/issues/29)) ([c5b2aeb](https://github.com/jazida-opensource/dotenv-azure/commit/c5b2aeb)) + # 1.0.0-beta.1 (2019-10-02) diff --git a/package.json b/package.json index 0da837f2..6d8e741b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dotenv-azure", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "description": "Load environment variables from Azure's services App Configuration, Key Vault or a .env file", "keywords": [ "azure",