diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f740a..f1c8ec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ 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.12.3] - 2024-10-04 +### Changed +- Upgrade `WAGGLE_DANCE_VERSION` to `3.13.4` (was `3.13.3`). See [Changelog](https://github.com/ExpediaGroup/waggle-dance/blob/main/CHANGELOG.md) + ## [1.12.2] - 2024-10-02 ### Changed - Upgrade `WAGGLE_DANCE_VERSION` to `3.13.3` (was `3.13.1`). See [Changelog](https://github.com/ExpediaGroup/waggle-dance/blob/main/CHANGELOG.md) diff --git a/Dockerfile b/Dockerfile index a143c57..1a3b787 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM amazonlinux:2 ARG JAVA_VERSION=1.8.0 -ARG WAGGLE_DANCE_VERSION=3.13.3 +ARG WAGGLE_DANCE_VERSION=3.13.4 ARG APIARY_EXTENSIONS_VERSION=7.3.2 ENV WAGGLE_DANCE_HOME /opt/waggle-dance