diff --git a/CHANGELOG.md b/CHANGELOG.md index d6fb223..46ba971 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.4.0] - 2019-06-28 +### Changed +- Upgrade Waggle Dance version to `3.3.2`, was `3.3.1`. See [#24](https://github.com/ExpediaGroup/apiary-waggledance-docker/issues/24). + ## [1.3.0] - 2019-05-29 ### Changed - Upgrade Waggle Dance version to `3.3.1`, was `3.2.0`. See [#22](https://github.com/ExpediaGroup/apiary-waggledance-docker/issues/22). diff --git a/Dockerfile b/Dockerfile index 6dc4a00..ba5d22c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM amazonlinux:latest ENV JAVA_VERSION 1.8.0 -ENV WAGGLE_DANCE_VERSION 3.3.1 +ENV WAGGLE_DANCE_VERSION 3.3.2 ENV WAGGLE_DANCE_HOME /opt/waggle-dance RUN yum -y update && \