Skip to content

Commit 914fe94

Browse files
committed
chore: Release 2.9.0.2
1 parent 365e5d1 commit 914fe94

File tree

20 files changed

+39
-20
lines changed

20 files changed

+39
-20
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [2.9.0.2](https://github.com/chutney-testing/chutney/tree/2.9.0.2)
4+
5+
### 🐛 Fixed bugs:
6+
* Content search only on activated scenario by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/114
7+
* Fix campaign edition filters width by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/115
8+
* Update campaigns when renaming environment by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/87
9+
* Fix campaign execution status by @boddissattva in https://github.com/chutney-testing/chutney/pull/116
10+
* Delete dataset module HTML title by @boddissattva in https://github.com/chutney-testing/chutney/pull/118
11+
* Use the id instead of the name for scenario dataset in cam… by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/117
12+
13+
**Full Changelog**: https://github.com/chutney-testing/chutney/compare/2.9.0.1...2.9.0.2
14+
15+
## [2.9.0.1](https://github.com/chutney-testing/chutney/tree/2.9.0.1)
16+
17+
### 🐛 Fixed bugs:
18+
* Scenarios list refresh must be unsubscribed by @boddissattva in https://github.com/chutney-testing/chutney/pull/113
19+
20+
**Full Changelog**: https://github.com/chutney-testing/chutney/compare/2.9.0...2.9.0.1
21+
322
## [2.9.0](https://github.com/chutney-testing/chutney/tree/2.9.0)
423

524
### 🚀 Implemented enhancements:

chutney/action-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.chutneytesting</groupId>
99
<artifactId>chutney-parent</artifactId>
10-
<version>2.9.1-SNAPSHOT</version>
10+
<version>2.9.0.2</version>
1111
</parent>
1212

1313
<artifactId>action-impl</artifactId>

chutney/action-spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.chutneytesting</groupId>
99
<artifactId>chutney-parent</artifactId>
10-
<version>2.9.1-SNAPSHOT</version>
10+
<version>2.9.0.2</version>
1111
</parent>
1212

1313
<artifactId>action-spi</artifactId>

chutney/chutney-junit/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.chutneytesting</groupId>
99
<artifactId>chutney-junit-parent</artifactId>
10-
<version>2.9.1-SNAPSHOT</version>
10+
<version>2.9.0.2</version>
1111
</parent>
1212

1313
<artifactId>chutney-junit-api</artifactId>

chutney/chutney-junit/engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.chutneytesting</groupId>
99
<artifactId>chutney-junit-parent</artifactId>
10-
<version>2.9.1-SNAPSHOT</version>
10+
<version>2.9.0.2</version>
1111
</parent>
1212

1313
<artifactId>chutney-junit-engine</artifactId>

chutney/chutney-junit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.chutneytesting</groupId>
99
<artifactId>chutney-parent</artifactId>
10-
<version>2.9.1-SNAPSHOT</version>
10+
<version>2.9.0.2</version>
1111
</parent>
1212

1313
<artifactId>chutney-junit-parent</artifactId>

chutney/engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.chutneytesting</groupId>
99
<artifactId>chutney-parent</artifactId>
10-
<version>2.9.1-SNAPSHOT</version>
10+
<version>2.9.0.2</version>
1111
</parent>
1212

1313
<artifactId>engine</artifactId>

chutney/environment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>chutney-parent</artifactId>
77
<groupId>com.chutneytesting</groupId>
8-
<version>2.9.1-SNAPSHOT</version>
8+
<version>2.9.0.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

chutney/glacio-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.chutneytesting</groupId>
99
<artifactId>chutney-parent</artifactId>
10-
<version>2.9.1-SNAPSHOT</version>
10+
<version>2.9.0.2</version>
1111
</parent>
1212

1313
<artifactId>glacio-adapter</artifactId>

chutney/jira/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>chutney-parent</artifactId>
77
<groupId>com.chutneytesting</groupId>
8-
<version>2.9.1-SNAPSHOT</version>
8+
<version>2.9.0.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)