Skip to content

Commit

Permalink
chore(main): release 7.0.1 (#144)
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 Sep 2, 2024
1 parent 37e3364 commit b22ab4c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [7.0.1](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/compare/v7.0.0...v7.0.1) (2024-09-02)


### Bug Fixes

* use separate attribute for XSRF token in LogoutFilter ([#143](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/issues/143)) ([37e3364](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/commit/37e33644b2aa0a5f708fcc0c5ebc736aa2faf57a))

## [7.0.0](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/compare/v6.7.0...v7.0.0) (2024-09-02)


Expand Down
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>ch.sbb.polarion.extensions</groupId>
<artifactId>ch.sbb.polarion.extension.generic</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>7.0.1</version>
</parent>

<name>Versatile extension for developing additional extensions within Polarion ALM: common code and resources</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ch.sbb.polarion.extensions</groupId>
<artifactId>ch.sbb.polarion.extension.generic</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>7.0.1</version>
<packaging>pom</packaging>

<name>Versatile extension for developing additional extensions within Polarion ALM: parent POM</name>
Expand Down

0 comments on commit b22ab4c

Please sign in to comment.