Skip to content

Commit 3291e83

Browse files
author
github-actions
committed
Bump CHANGELOG for release 1.2.2
1 parent 5f70573 commit 3291e83

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,9 +2,11 @@
22

33
## [Unreleased]
44

5+
## [1.2.2] - 2022-10-10
6+
57
### Changed
68

7-
- Update Apache Flink to 1.15.2.
9+
- Update Apache Flink to 1.15.2.
810

911
## [1.2.1] - 2022-08-03
1012

@@ -22,7 +24,9 @@
2224

2325
- Implement basic loader for Python-based Flink application.
2426

25-
[Unreleased]: https://github.com/getindata/flink-python-loader/compare/1.2.1...HEAD
27+
[Unreleased]: https://github.com/getindata/flink-python-loader/compare/1.2.2...HEAD
28+
29+
[1.2.2]: https://github.com/getindata/flink-python-loader/compare/1.2.1...1.2.2
2630

2731
[1.2.1]: https://github.com/getindata/flink-python-loader/compare/1.2.0...1.2.1
2832

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.2-SNAPSHOT</version>
7+
<version>1.2.2</version>
88
<packaging>jar</packaging>
99

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

0 commit comments

Comments
 (0)