Skip to content

Commit

Permalink
Release 1.1.1 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmaanMcleod authored Feb 5, 2024
1 parent ef092e4 commit 84d44bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
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

0 comments on commit 84d44bc

Please sign in to comment.