Skip to content

Commit

Permalink
Merge pull request #70 from ExpediaGroup/new_wd_release
Browse files Browse the repository at this point in the history
prep new release
  • Loading branch information
patduin authored May 6, 2024
2 parents 3b4bfc4 + 2ff36c2 commit 9e9057a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ 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.1] - 2024-05-06
### Changed
- Upgrade `WAGGLE_DANCE_VERSION` to `3.13.1` (was `3.13.0`). See [Changelog](https://github.com/ExpediaGroup/waggle-dance/blob/main/CHANGELOG.md)

## [1.12.0] - 2024-04-22
### Changed
- Upgrade `WAGGLE_DANCE_VERSION` to `3.13.0` (was `3.12.0`). See [Changelog](https://github.com/ExpediaGroup/waggle-dance/blob/main/CHANGELOG.md)


## [1.11.0] - 2024-02-08
### Changed
- Upgrade `WAGGLE_DANCE_VERSION` to `3.12.0` (was `3.11.7`). 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.13.0
ARG WAGGLE_DANCE_VERSION=3.13.1
ARG APIARY_EXTENSIONS_VERSION=7.3.2

ENV WAGGLE_DANCE_HOME /opt/waggle-dance
Expand Down

0 comments on commit 9e9057a

Please sign in to comment.