Skip to content

Commit 54082a6

Browse files
author
github-actions
committed
Bump CHANGELOG for release 1.3.0
1 parent 7b95998 commit 54082a6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [1.3.0] - 2024-11-04
6+
47
### Changed
8+
59
- Update Apache Flink to 1.19.1
610

711
## [1.2.3] - 2022-12-30
@@ -32,7 +36,9 @@
3236

3337
- Implement basic loader for Python-based Flink application.
3438

35-
[Unreleased]: https://github.com/getindata/flink-python-loader/compare/1.2.3...HEAD
39+
[Unreleased]: https://github.com/getindata/flink-python-loader/compare/1.3.0...HEAD
40+
41+
[1.3.0]: https://github.com/getindata/flink-python-loader/compare/1.2.3...1.3.0
3642

3743
[1.2.3]: https://github.com/getindata/flink-python-loader/compare/1.2.2...1.2.3
3844

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

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

0 commit comments

Comments
 (0)