Skip to content

Commit 0f4563d

Browse files
authored
fix: Merge pull request #75 from ExpediaGroup/patduin-patch-1
fix: release WD 3.13.7
2 parents b5b436a + c84834c commit 0f4563d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## [1.12.4] - 2025-05-28
7+
### Changed
8+
- Upgrade `WAGGLE_DANCE_VERSION` to `3.13.7` (was `3.13.4`). See [Changelog](https://github.com/ExpediaGroup/waggle-dance/blob/main/CHANGELOG.md)
9+
610
## [1.12.3] - 2024-10-04
711
### Changed
812
- Upgrade `WAGGLE_DANCE_VERSION` to `3.13.4` (was `3.13.3`). See [Changelog](https://github.com/ExpediaGroup/waggle-dance/blob/main/CHANGELOG.md)

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
FROM amazonlinux:2
55

66
ARG JAVA_VERSION=1.8.0
7-
ARG WAGGLE_DANCE_VERSION=3.13.4
7+
ARG WAGGLE_DANCE_VERSION=3.13.7
88
ARG APIARY_EXTENSIONS_VERSION=7.3.2
99

1010
ENV WAGGLE_DANCE_HOME /opt/waggle-dance

0 commit comments

Comments
 (0)