From b53215824c8f8de3583b998858d1345e8739ee9e Mon Sep 17 00:00:00 2001 From: paduin Date: Tue, 4 Nov 2025 14:53:17 +0100 Subject: [PATCH] fix:new wd release --- CHANGELOG.md | 3 +++ Dockerfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 935249e..1671a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. 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). +## [1.14.2] - 2025-11-04 +### Changed +- Upgrade `WAGGLE_DANCE_VERSION` to `4.1.2` (was `4.1.1`). See [Changelog](https://github.com/ExpediaGroup/waggle-dance/blob/main/CHANGELOG.md) ## [1.14.1] - 2025-10-29 ### Changed diff --git a/Dockerfile b/Dockerfile index 6022116..de2b35c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM amazonlinux:2 ARG JAVA_VERSION=1.8.0 -ARG WAGGLE_DANCE_VERSION=4.1.1 +ARG WAGGLE_DANCE_VERSION=4.1.2 ARG APIARY_EXTENSIONS_VERSION=8.1.10 ENV WAGGLE_DANCE_HOME=/opt/waggle-dance