Skip to content

Commit

Permalink
chore(main): release 4.10.0 (#24)
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 Jun 5, 2024
1 parent a635528 commit 83361a0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.10.0](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/compare/v4.9.2...v4.10.0) (2024-06-05)


### Features

* do not return default settings if requested name does not exist ([#25](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/issues/25)) ([defe5f0](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/commit/defe5f098a95b5c319454d0a5717560f5cbfc0ea))
* do not return default settings if requested name is not exist ([#23](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/issues/23)) ([18905bb](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/commit/18905bbd6b40e46c7e797797c39de2a34763124b))


### Documentation

* changelog history moved from README.md to CHANGELOG.md ([#27](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/issues/27)) ([a635528](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/commit/a635528852f77c4eb91887fb12816b60c8186004))

## [4.9.2](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/compare/v4.9.1...v4.9.2) (2024-06-03)


Expand Down Expand Up @@ -94,4 +107,4 @@
| v1.1.2 | Sonarqube fixes |
| v1.1.1 | Hide context from swagger |
| v1.1.0 | Context has been introduced |
| v1.0.0 | Initial release |
| v1.0.0 | Initial release |
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.parent-pom</artifactId>
<version>4.9.3-SNAPSHOT</version>
<version>4.10.0</version>
<relativePath>../pom</relativePath>
</parent>

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>4.9.3-SNAPSHOT</version>
<version>4.10.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion pom/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>4.9.3-SNAPSHOT</version>
<version>4.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 83361a0

Please sign in to comment.