diff --git a/CHANGELOG.md b/CHANGELOG.md index d86c1980..eee46807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.4.1 +* Security - Update security patches (#194) + ## 1.4.0 * Feature - Add support for ARM64 binaries and docker images (#59) diff --git a/VERSION b/VERSION index 88c5fb89..347f5833 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.0 +1.4.1 diff --git a/local-container-endpoints/version/version.go b/local-container-endpoints/version/version.go index 868df257..f809a7be 100644 --- a/local-container-endpoints/version/version.go +++ b/local-container-endpoints/version/version.go @@ -21,13 +21,13 @@ package version // you are doing. // Version is the version of ECS Local Container Endpoints -const Version = "1.4.0" +const Version = "1.4.1" // AgentVersionCompatibility is the Latest Agent Version that ECS Local Container Endpoints is compatible with -const AgentVersionCompatibility = "1.27.0" +const AgentVersionCompatibility = "1.65.0" // GitDirty indicates the cleanliness of the git repo when it was built const GitDirty = true // GitShortHash is the short hash of this build -const GitShortHash = "ea97409" +const GitShortHash = "f8560f4"