From f167595faa8dba5de598ad51c726469db922780f Mon Sep 17 00:00:00 2001 From: John Tuttle Date: Wed, 8 Sep 2021 17:17:36 -0400 Subject: [PATCH] Bump version to 2.1.0 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14710e2..7971a15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.1.0] - 2021-09-08 ### Added - Add parameter to the function `Policy::LoadPolicy()` to allow a different load method other than POST. POST being the default value. Currently Conjur supports POST, PUT and PATCH @@ -35,11 +37,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - The built-in authenticator is now thread-safe. -## [1.1.0] - 2018-01-09 +## 1.1.0 - 2018-01-09 ### Added - `Variable.AddValue()` method for adding variable values. -[Unreleased]: https://github.com/cyberark/conjur-api-dotnet/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/cyberark/conjur-api-dotnet/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/cyberark/conjur-api-dotnet/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/cyberark/conjur-api-dotnet/compare/v1.4.0...v2.0.0 [1.4.0]: https://github.com/cyberark/conjur-api-dotnet/compare/v1.3.0...v1.4.0 [1.1.1]: https://github.com/cyberark/conjur-api-dotnet/compare/v1.1.0...v1.1.1