diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ab07d..37731bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v4.1.0 - 2024-10-11 + +Allow entrypoint to be configurable, this enables more flexibility downstream in container usage. + ## v4.0.0 - 2024-02-02 Updates the name of the nginx frontend container image and requires consumers to specify a tag to avoid unintentional version changes. diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index da05ce3..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -RELEASE_TYPE: minor - -Allow entrypoint to be configurable, this enables more flexibility downstream in container usage.