Skip to content

Commit

Permalink
Merge pull request #80 from cyberark/release-2.1.0
Browse files Browse the repository at this point in the history
Bump version to 2.1.0
  • Loading branch information
jtuttle authored Sep 9, 2021
2 parents 471758c + f167595 commit 265ae50
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 265ae50

Please sign in to comment.