Skip to content

Commit 2a4d0b5

Browse files
authored
fixed broken release (#89)
1 parent 6332c15 commit 2a4d0b5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
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).
55

6-
## [1.14.3] - 2025-11-26
6+
## [1.14.4] - 2025-11-26
77
### Changed
8-
- Upgrade `WAGGLE_DANCE_VERSION` to `4.1.3` (was `4.1.2`). See [Changelog](https://github.com/ExpediaGroup/waggle-dance/blob/main/CHANGELOG.md)
8+
- Upgrade `WAGGLE_DANCE_VERSION` to `4.1.4` (was `4.1.3 (bad release)`). See [Changelog](https://github.com/ExpediaGroup/waggle-dance/blob/main/CHANGELOG.md)
9+
10+
## [1.14.3] - YANKED
11+
- bad release, skip it.
912

1013
## [1.14.2] - 2025-11-04
1114
### Changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
FROM amazonlinux:2
55

66
ARG JAVA_VERSION=1.8.0
7-
ARG WAGGLE_DANCE_VERSION=4.1.3
7+
ARG WAGGLE_DANCE_VERSION=4.1.4
88
ARG APIARY_EXTENSIONS_VERSION=8.1.10
99

1010
ENV WAGGLE_DANCE_HOME=/opt/waggle-dance

0 commit comments

Comments
 (0)