Skip to content

Commit ba3544d

Browse files
author
github-actions
committed
Bump CHANGELOG for release 1.2.0
1 parent 9aeaa3d commit ba3544d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22

33
## [Unreleased]
44

5-
- Update Apache Flink to 1.15.
5+
## [1.2.0] - 2022-07-08
6+
7+
- Update Apache Flink to 1.15.
68

79
## [1.1.2] - 2022-05-31
810

911
## [1.1.1] - 2022-05-30
1012

1113
- Implement basic loader for Python-based Flink application.
1214

13-
[Unreleased]: https://github.com/getindata/flink-python-loader/compare/1.1.2...HEAD
15+
[Unreleased]: https://github.com/getindata/flink-python-loader/compare/1.2.0...HEAD
16+
17+
[1.2.0]: https://github.com/getindata/flink-python-loader/compare/1.1.2...1.2.0
1418

1519
[1.1.2]: https://github.com/getindata/flink-python-loader/compare/1.1.1...1.1.2
1620

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.getindata</groupId>
66
<artifactId>flink-python-loader</artifactId>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0</version>
88
<packaging>jar</packaging>
99

1010
<name>flink-python-loader</name>

0 commit comments

Comments
 (0)