Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 4.10.0 #24

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading