From 632d91dfe19e1b55833cb708786bfbad2c2a0335 Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Tue, 14 Jun 2022 19:22:24 +0530 Subject: [PATCH] Add changelog for v1.4 Signed-off-by: divyansh42 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a62975..ef01c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # podman-login Changelog +## v1.4 +- Add ability to login to AWS ECR repositories. More details at https://github.com/redhat-actions/podman-login/issues/23 + ## v1.3 - Add support to provide custom auth file path instead of using default ones set by podman. More details [here](https://github.com/redhat-actions/podman-login/issues/19). - Add `--verbose` flag in the login command that will give more detailed output.