Skip to content

Commit e8c5a25

Browse files
committed
Version 0.7.28
1 parent bbd44a3 commit e8c5a25

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Changes for Datasplash
22

3-
## [Unreleased]
4-
5-
### Added
6-
3+
## [0.7.28] - 2025-04-17
74
### Changed
85
* Bump beam to 2.64.0.
96
* Bump slf4j to 2.x.
@@ -13,7 +10,6 @@
1310
### Fixed
1411
* Fix bug on Elasticsearch write when using id, type & index functions.
1512

16-
1713
## [0.7.27] - 2025-02-20
1814
### Changed
1915
* Bump beam to 2.63.0.
@@ -286,7 +282,8 @@
286282
- Add pubsub namespace #6 (Thanks to @MartinSahlen)
287283
- Put slf4j deps in :dev profiles #8 (Thanks to @torbjornvatn)
288284

289-
[Unreleased]: https://https://github.com/ngrunwald/datasplash/0.7.27...devel
285+
[Unreleased]: https://github.com/ngrunwald/datasplash/0.7.28...devel
286+
[0.7.28]: https://github.com/ngrunwald/datasplash/-/compare/0.7.27...0.7.28
290287
[0.7.27]: https://github.com/ngrunwald/datasplash/-/compare/0.7.26...0.7.27
291288
[0.7.26]: https://github.com/ngrunwald/datasplash/-/compare/0.7.25...0.7.26
292289
[0.7.25]: https://github.com/ngrunwald/datasplash/-/compare/0.7.24...0.7.25

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject datasplash "0.7.28-SNAPSHOT"
1+
(defproject datasplash "0.7.28"
22
:description "Clojure API for a more dynamic Google Cloud Dataflow and (hopefully) Apache BEAM"
33
:url "https://github.com/ngrunwald/datasplash"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)