Skip to content

Commit

Permalink
Merge pull request #12 from goodworkaround/release-please--branches--…
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
mariussm authored May 14, 2024
2 parents b721412 + 27989fd commit 573b66c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.3"
".": "1.0.4"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.4](https://github.com/goodworkaround/PS-CustomSecurityAttribute/compare/v1.0.3...v1.0.4) (2024-05-14)


### Bug Fixes

* Add simpler debugging possiblities ([1e5f0d1](https://github.com/goodworkaround/PS-CustomSecurityAttribute/commit/1e5f0d18b3e99106d5ef61a4d1bf25014a3cb719))
* Fix bug that occurs when updating cache when no customSecurityAttribute is present on the user on first set ([41e76d3](https://github.com/goodworkaround/PS-CustomSecurityAttribute/commit/41e76d3c2401b88179278258cd178e5c4940c59f))

## [1.0.3](https://github.com/goodworkaround/PS-CustomSecurityAttribute/compare/v1.0.2...v1.0.3) (2024-05-13)


Expand Down
2 changes: 1 addition & 1 deletion CustomSecurityAttribute/CustomSecurityAttribute.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
RootModule = 'CustomSecurityAttribute.psm1'

# Version number of this module.
ModuleVersion = '1.0.3'
ModuleVersion = '1.0.4'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A PowerShell module for working with custom security attributes at scale. The mo

| Metadata | Information |
| --- | --- |
| Version | 1.0.3 |
| Version | 1.0.4 |
| Required modules | Microsoft.Graph.Authentication |
| Author | Marius Solbakken Mellum |
| Company name | Goodworkaround |
Expand Down

0 comments on commit 573b66c

Please sign in to comment.