Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.1.1 #27

Merged
merged 3 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## v1.1.1 - 05/02/2024

### General Cmdlet Updates and Fixes

+ Fix Encryption parameter sets (#25).
Expand All @@ -18,7 +20,7 @@

+ Fix typo in manifest description (#22).

## v.1.1.0 - 05/02/2024
## v1.1.0 - 05/02/2024

### General Cmdlet Updates and Fixes

Expand All @@ -33,7 +35,7 @@
+ Add Test workflow, PSGallery and License badges (#19).
+ Add argument completer tests (#20).

## v.1.0.2 - 29/01/2024
## v1.0.2 - 29/01/2024

### General Cmdlet Updates and Fixes

Expand All @@ -49,7 +51,7 @@
+ Add publish test results task for NUnit XML (#11).
+ Updated `.github/workflows/ci.yml` to post unit test results to pull request.

## v.1.0.1 - 27/01/2024
## v1.0.1 - 27/01/2024

### Build and Packaging Improvements

Expand All @@ -61,7 +63,7 @@
+ Add more documentation to code (#3).
+ Added XML to C# code in particular.

## v.1.0.0 - 27/01/2024
## v1.0.0 - 27/01/2024

### General Cmdlet Updates and Fixes

Expand Down
2 changes: 1 addition & 1 deletion src/PoshJsonWebToken.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'PoshJsonWebToken.psm1'
ModuleVersion = '1.1.0'
ModuleVersion = '1.1.1'
CompatiblePSEditions = @('Core')
GUID = 'e77c8d30-6e39-4786-be2d-0da51418d57a'
Author = 'ArmaanMcleod'
Expand Down
Loading