Skip to content

Commit 8b564e8

Browse files
author
github-actions
committed
Bump CHANGELOG for release 1.2.3
1 parent eaaf0e5 commit 8b564e8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [1.2.3] - 2022-12-30
6+
57
### Changed
68

79
- Update Apache Flink to 1.15.3
@@ -28,7 +30,9 @@
2830

2931
- Implement basic loader for Python-based Flink application.
3032

31-
[Unreleased]: https://github.com/getindata/flink-python-loader/compare/1.2.2...HEAD
33+
[Unreleased]: https://github.com/getindata/flink-python-loader/compare/1.2.3...HEAD
34+
35+
[1.2.3]: https://github.com/getindata/flink-python-loader/compare/1.2.2...1.2.3
3236

3337
[1.2.2]: https://github.com/getindata/flink-python-loader/compare/1.2.1...1.2.2
3438

pom.xml

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

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

0 commit comments

Comments
 (0)