Skip to content

Commit

Permalink
v0.46.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Jun 30, 2021
1 parent 43b9551 commit 2d98e7c
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,53 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.46.1] -- 2021-06-30

### Breaking Changes

<details>
<summary>Click to view </summary>

* None

</details>

### Bug Fixes

<details>
<summary>Click to view </summary>

* Get-SecretField - fix bug on failed API call If endpoint returns hard exception, further API calls were breaking. [43b9551](https://github.com/thycotic-ps/thycotic.secretserver/commit/43b9551deaeb914c34da00d34924d9e4691286b8)

</details>

### New Stuff

<details>
<summary>Click to view </summary>

* None

</details>

### General Updates

<details>
<summary>Click to view </summary>

* None

</details>

### Tests

<details>
<summary>Click to view </summary>

* None

</details>

## [0.46.0] -- 2021-06-28

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion src/Thycotic.SecretServer.psd1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@{
ModuleVersion = '0.46.0'
ModuleVersion = '0.46.1'
CompatiblePSEditions = 'Desktop', 'Core'
FormatsToProcess = 'Thycotic.SecretServer.Format.ps1xml'
TypesToProcess = 'Thycotic.SecretServer.Types.ps1xml'
Expand Down

0 comments on commit 2d98e7c

Please sign in to comment.