Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#37)
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 4, 2024
1 parent 3176de3 commit c9ea6cf
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.0.0](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.interceptor/compare/v1.1.1...v2.0.0) (2024-06-04)


### ⚠ BREAKING CHANGES

* save/delete methods proxy calls improvement, introduced separate pre&post hook methods
* save/delete methods proxy calls improvement, introduced separa… ([#39](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.interceptor/issues/39))
* ch.sbb.polarion.extension.generic usage ([#36](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.interceptor/issues/36))

### Features

* ch.sbb.polarion.extension.generic usage ([#36](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.interceptor/issues/36)) ([ca4ca3b](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.interceptor/commit/ca4ca3b418a2aadce21d2340fa651ee09703c601))
* save/delete methods proxy calls improvement, introduced separa… ([#39](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.interceptor/issues/39)) ([3176de3](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.interceptor/commit/3176de34ea5842b292539b9cd981f3521f7e4af8))
* save/delete methods proxy calls improvement, introduced separate pre&post hook methods ([3176de3](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.interceptor/commit/3176de34ea5842b292539b9cd981f3521f7e4af8))

## [1.1.1](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.interceptor/compare/v1.1.0...v1.1.1) (2024-03-05)


Expand Down
2 changes: 1 addition & 1 deletion hooks/module-save-time-logger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ch.sbb.polarion.extensions.interceptor-hooks</groupId>
<artifactId>ch.sbb.polarion.extension.interceptor-hooks.module-save-time-logger</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion hooks/only-assignee-can-delete/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ch.sbb.polarion.extensions.interceptor-hooks</groupId>
<artifactId>ch.sbb.polarion.extension.interceptor-hooks.only-assignee-can-delete</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion hooks/plan-save/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ch.sbb.polarion.extensions.interceptor-hooks</groupId>
<artifactId>ch.sbb.polarion.extension.interceptor-hooks.plan-save</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion hooks/single-assignee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ch.sbb.polarion.extensions.interceptor-hooks</groupId>
<artifactId>ch.sbb.polarion.extension.interceptor-hooks.single-assignee</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion hooks/testrun/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ch.sbb.polarion.extensions.interceptor-hooks</groupId>
<artifactId>ch.sbb.polarion.extension.interceptor-hooks.testrun</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion hooks/title-length-check/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ch.sbb.polarion.extensions.interceptor-hooks</groupId>
<artifactId>ch.sbb.polarion.extension.interceptor-hooks.title-length-check</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>ch.sbb.polarion.extension.interceptor</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit c9ea6cf

Please sign in to comment.