Skip to content

Commit

Permalink
Merge pull request #84 from cyberark/release-v2.1.1
Browse files Browse the repository at this point in the history
Release v2.1.1
  • Loading branch information
szh authored Mar 15, 2022
2 parents ff8904b + 94d9ca7 commit fa5ada8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion 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.1] - 2022-03-14
### Fixed
- Fix mime type "text/plain"
[cyberark/conjur-api-dotnet#82](https://github.com/cyberark/conjur-api-dotnet/pull/82)
Expand Down Expand Up @@ -44,7 +46,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- `Variable.AddValue()` method for adding variable values.

[Unreleased]: https://github.com/cyberark/conjur-api-dotnet/compare/v2.1.0...HEAD
[Unreleased]: https://github.com/cyberark/conjur-api-dotnet/compare/v2.1.1...HEAD
[2.1.0]: https://github.com/cyberark/conjur-api-dotnet/compare/v2.1.0...v2.1.1
[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
Expand Down
2 changes: 1 addition & 1 deletion conjur-api/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
/// The form "{Major}.{Minor}.*" will automatically update the build and revision,
/// and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion("2.0.*")]
[assembly: AssemblyVersion("2.1.*")]

#if (!SIGNING)
[assembly: InternalsVisibleTo("ConjurTest")]
Expand Down

0 comments on commit fa5ada8

Please sign in to comment.