Skip to content

Commit d6f787b

Browse files
chore(release): 2.4.0 [skip ci]
# [2.4.0](v2.3.4...v2.4.0) (2022-01-18) ### ✨ Features * add additional information about the flow settings. ([ac61b97](ac61b97)) * make the configuration tag look like one ([d4a73ec](d4a73ec)) ### 🐛 Bug Fixes * add a missing hyphen ([c5cda4f](c5cda4f)) * typo in readme ([5ad0dd6](5ad0dd6)) ### 📚 Documentation * **readme:** add Configuration Flow Settings ([e7ffb3e](e7ffb3e)) * **readme:** process feedback for better sentences, grammer and content ([06a7a13](06a7a13)) * **readme:** update features, insctructions and remove outdated information ([f84ffa5](f84ffa5))
1 parent d4a73ec commit d6f787b

File tree

5 files changed

+28
-7
lines changed

5 files changed

+28
-7
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [2.4.0](https://github.com/ibissource/frank-flow/compare/v2.3.4...v2.4.0) (2022-01-18)
2+
3+
4+
### ✨ Features
5+
6+
* add additional information about the flow settings. ([ac61b97](https://github.com/ibissource/frank-flow/commit/ac61b9778147b1e01d1b7c298aca993865d4d978))
7+
* make the configuration tag look like one ([d4a73ec](https://github.com/ibissource/frank-flow/commit/d4a73ec8a0a1acb69175382d112cec0fbf194de0))
8+
9+
10+
### 🐛 Bug Fixes
11+
12+
* add a missing hyphen ([c5cda4f](https://github.com/ibissource/frank-flow/commit/c5cda4f49c1b094d81da42b6b481f31c69b13add))
13+
* typo in readme ([5ad0dd6](https://github.com/ibissource/frank-flow/commit/5ad0dd6982103ac23bb8a3784bab7655c0bb31bb))
14+
15+
16+
### 📚 Documentation
17+
18+
* **readme:** add Configuration Flow Settings ([e7ffb3e](https://github.com/ibissource/frank-flow/commit/e7ffb3ef1cd07c6daacc549a023bc5bff3da5dce))
19+
* **readme:** process feedback for better sentences, grammer and content ([06a7a13](https://github.com/ibissource/frank-flow/commit/06a7a1379790fd97ae1b699d9a4d570d3565a977))
20+
* **readme:** update features, insctructions and remove outdated information ([f84ffa5](https://github.com/ibissource/frank-flow/commit/f84ffa5638994910612142bdd6dd51583f5d577a))
21+
122
## [2.3.4](https://github.com/ibissource/frank-flow/compare/v2.3.3...v2.3.4) (2022-01-17)
223

324

frank-flow-launcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.ibissource</groupId>
88
<artifactId>frank-flow-parent</artifactId>
9-
<version>2.3.4-SNAPSHOT</version>
9+
<version>2.4.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>frank-flow-launcher</artifactId>

frank-flow-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.ibissource</groupId>
66
<artifactId>frank-flow-parent</artifactId>
7-
<version>2.3.4-SNAPSHOT</version>
7+
<version>2.4.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>frank-flow-webapp</artifactId>

frank-flow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.ibissource</groupId>
66
<artifactId>frank-flow-parent</artifactId>
7-
<version>2.3.4-SNAPSHOT</version>
7+
<version>2.4.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>frank-flow</artifactId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.ibissource</groupId>
55
<artifactId>frank-flow-parent</artifactId>
6-
<version>2.3.4-SNAPSHOT</version>
6+
<version>2.4.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<properties>
@@ -41,17 +41,17 @@
4141
<dependency>
4242
<groupId>org.ibissource</groupId>
4343
<artifactId>frank-flow</artifactId>
44-
<version>2.3.4-SNAPSHOT</version>
44+
<version>2.4.0-SNAPSHOT</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.ibissource</groupId>
4848
<artifactId>frank-flow-launcher</artifactId>
49-
<version>2.3.4-SNAPSHOT</version>
49+
<version>2.4.0-SNAPSHOT</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.ibissource</groupId>
5353
<artifactId>frank-flow-webapp</artifactId>
54-
<version>2.3.4-SNAPSHOT</version>
54+
<version>2.4.0-SNAPSHOT</version>
5555
<type>war</type>
5656
</dependency>
5757

0 commit comments

Comments
 (0)