Skip to content

Commit

Permalink
release(main): Altinn.Authorization.ServiceDefaults 2.7.0 (#162)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 21, 2024
1 parent c7718d7 commit bddf427
Show file tree
Hide file tree
Showing 4 changed files with 10 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 +1 @@
{"src/Altinn.Urn":"2.5.1","src/Altinn.Swashbuckle":"2.1.1","src/Altinn.Authorization.ProblemDetails":"3.0.1","src/Altinn.Authorization.ServiceDefaults":"2.6.1","src/Altinn.Cli":"1.1.0"}
{"src/Altinn.Urn":"2.5.1","src/Altinn.Swashbuckle":"2.1.1","src/Altinn.Authorization.ProblemDetails":"3.0.1","src/Altinn.Authorization.ServiceDefaults":"2.7.0","src/Altinn.Cli":"1.1.0"}
7 changes: 7 additions & 0 deletions src/Altinn.Authorization.ServiceDefaults/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.7.0](https://github.com/Altinn/altinn-authorization-utils/compare/Altinn.Authorization.ServiceDefaults-v2.6.1...Altinn.Authorization.ServiceDefaults-v2.7.0) (2024-11-21)


### Features

* support more Activity props ([#161](https://github.com/Altinn/altinn-authorization-utils/issues/161)) ([c7718d7](https://github.com/Altinn/altinn-authorization-utils/commit/c7718d7a7ac39c0f0552a11a53dff511d55040cd))

## [2.6.1](https://github.com/Altinn/altinn-authorization-utils/compare/Altinn.Authorization.ServiceDefaults-v2.6.0...Altinn.Authorization.ServiceDefaults-v2.6.1) (2024-11-04)


Expand Down
2 changes: 1 addition & 1 deletion src/Altinn.Authorization.ServiceDefaults/Version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<Version>2.6.1</Version>
<Version>2.7.0</Version>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Altinn.Authorization.ServiceDefaults/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.1
2.7.0

0 comments on commit bddf427

Please sign in to comment.