From a9fecae4c4e92adc0774d1d34af164d4aef82407 Mon Sep 17 00:00:00 2001 From: paduin Date: Tue, 24 Oct 2023 16:08:12 +0200 Subject: [PATCH] new release --- CHANGELOG.md | 5 +++++ Dockerfile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f15d7..41fb05a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ 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.10.4] - 2023-10-24 +### Changed +- Upgrade `WAGGLE_DANCE_VERSION` to `3.11.6` (was `3.11.5`). See [Changelog](https://github.com/ExpediaGroup/waggle-dance/blob/main/CHANGELOG.md) + ## [1.10.3] - 2023-10-23 ### Changed - Upgrade `WAGGLE_DANCE_VERSION` to `3.11.5` (was `3.11.4`). See [Changelog](https://github.com/ExpediaGroup/waggle-dance/blob/main/CHANGELOG.md) diff --git a/Dockerfile b/Dockerfile index d9bf874..f142a94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM amazonlinux:2 ARG JAVA_VERSION=1.8.0 -ARG WAGGLE_DANCE_VERSION=3.11.5 +ARG WAGGLE_DANCE_VERSION=3.11.6 ARG APIARY_EXTENSIONS_VERSION=7.3.2 ENV WAGGLE_DANCE_HOME /opt/waggle-dance