Skip to content

Commit ec707ae

Browse files
author
github-actions
committed
Bump CHANGELOG for release 1.2.1
1 parent 3b2d36a commit ec707ae

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.1] - 2022-08-03
6+
57
### Changed
68

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

911
## [1.2.0] - 2022-07-08
1012

@@ -16,7 +18,9 @@
1618

1719
- Implement basic loader for Python-based Flink application.
1820

19-
[Unreleased]: https://github.com/getindata/flink-python-loader/compare/1.2.0...HEAD
21+
[Unreleased]: https://github.com/getindata/flink-python-loader/compare/1.2.1...HEAD
22+
23+
[1.2.1]: https://github.com/getindata/flink-python-loader/compare/1.2.0...1.2.1
2024

2125
[1.2.0]: https://github.com/getindata/flink-python-loader/compare/1.1.2...1.2.0
2226

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

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

0 commit comments

Comments
 (0)