Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
patduin committed Oct 24, 2023
1 parent 8d79bda commit a9fecae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9fecae

Please sign in to comment.