Skip to content

Commit

Permalink
release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rajanadar committed Dec 6, 2022
1 parent 57cfe78 commit 0ebb8d1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 1.7.2 (TBD, 2022)
## 1.7.2 (December 06, 2022)

**BREAKING CHANGE:**

* [GH-269] Patch Secret Method updated to match API spec. `PatchSecretDataRequest` object with `application/merge-patch+json` will be sent as a HTTP `PATCH` Request.

**FEATURES:**

Expand All @@ -11,10 +15,6 @@

* [GH-275] Updated Github Pages link to use https

## 1.9.0 (TBD, 2022)
**BREAKING CHANGE:**
* [GH-269] Patch Secret Method updated to match API spec. `PatchSecretDataRequest` object with `application/merge-patch+json` will be sent as a HTTP `PATCH` Request.

## 1.7.1 (July 27, 2022)

**IMPROVEMENTS:**
Expand Down Expand Up @@ -574,6 +574,7 @@ there are no changes from 0.4.0.
* Initial release
* Parity with Hashicorp's Vault 0.4.1 Api features

[GH-269]: https://github.com/rajanadar/VaultSharp/issues/269
[GH-286]: https://github.com/rajanadar/VaultSharp/issues/286
[GH-280]: https://github.com/rajanadar/VaultSharp/issues/280
[GH-238]: https://github.com/rajanadar/VaultSharp/issues/238
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/VaultSharp/VaultSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This library is built with .NET Standard 1.3, .NET Standard 2.0, .NET Standard 2
<RepositoryType>Github</RepositoryType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>1.7.2</AssemblyVersion>
<FileVersion>1.7.1</FileVersion>
<FileVersion>1.7.2</FileVersion>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>

Expand Down

0 comments on commit 0ebb8d1

Please sign in to comment.