Skip to content

Commit 6850fc7

Browse files
committed
Update CHANGELOG for v6.10.4
1 parent f502f78 commit 6850fc7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515

1616
### Removed
1717

18+
### Fixed
19+
20+
## [6.10.4] (2021-05-13)
21+
1822
### Fixed
1923
* [Core] Upgraded `vis-timeline` to v7.4.8
2024
- Fixes CVE-2020-28487
@@ -1624,7 +1628,8 @@ in `cucumber.api` stable from now on, with proper deprecation warnings in case s
16241628
* First proper release
16251629

16261630
<!-- Releases -->
1627-
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v6.10.3...main
1631+
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v6.10.4...main
1632+
[6.10.4]: https://github.com/cucumber/cucumber-jvm/compare/v6.10.3...v6.10.4
16281633
[6.10.3]: https://github.com/cucumber/cucumber-jvm/compare/v6.10.2...v6.10.3
16291634
[6.10.2]: https://github.com/cucumber/cucumber-jvm/compare/v6.10.1...v6.10.2
16301635
[6.10.1]: https://github.com/cucumber/cucumber-jvm/compare/v6.10.0...v6.10.1

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ release:
6565
[ -d '../secrets' ] || git clone keybase://team/cucumberbdd/secrets ../secrets
6666
git -C ../secrets pull
6767
../secrets/update_permissions
68-
docker pull cucumber/cucumber-build:latest
6968
docker run \
7069
--volume "${shell pwd}":/app \
7170
--volume "${shell pwd}/../secrets/configure":/home/cukebot/configure \
@@ -76,6 +75,6 @@ release:
7675
--env-file "${shell pwd}/../secrets/secrets.list" \
7776
--user 1000 \
7877
--rm \
79-
-it cucumber/cucumber-build:latest \
78+
-it cucumber/cucumber-build:0.1.0@sha256:2ce049493dfadad62b78594e6728d1f85ccc5a2441b5a8b3f7a106a7bba39ec1 \
8079
make .release-in-docker
8180
.PHONY: release

0 commit comments

Comments
 (0)