Skip to content

Commit

Permalink
Merge pull request #69 from ExpediaGroup/feature/rate_limit
Browse files Browse the repository at this point in the history
Release of new WD (rate limiting)
  • Loading branch information
patduin authored Apr 22, 2024
2 parents 8a70eaa + d2cda1c commit 3b4bfc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ 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.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.12.0
ARG WAGGLE_DANCE_VERSION=3.13.0
ARG APIARY_EXTENSIONS_VERSION=7.3.2

ENV WAGGLE_DANCE_HOME /opt/waggle-dance
Expand Down

0 comments on commit 3b4bfc4

Please sign in to comment.