From ef1dccc067d82ef1f43ef54911ef74df1be44140 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Agust=C3=ADn=20Mart=C3=ADnez=20Fay=C3=B3?=
 <amartinezfayo@gmail.com>
Date: Fri, 6 Jan 2023 14:50:53 -0300
Subject: [PATCH] Update CHANGELOG for 1.5.4 release
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
---
 CHANGELOG.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1dd0e7b993..632886429e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
 # Changelog
 
+## [1.5.4] - 2023-01-12
+
+### Added
+
+- Support to run SPIRE as a Windows service (#3625)
+- Configure admin SPIFFE IDs from federated trust domains (#3642)
+- New selectors in the `aws_iid` NodeAttestor plugin (#3640)
+- Support for additional upstream root certificates to the `awssecret` UpstreamAuthority plugin (#3578)
+- Serial number and revision number to SVID minting logging (#3699)
+- `spire-server federation` CLI commands now support the `-output` flag (#3660)
+
+### Fixed
+
+- Service configurations provided by the gRPC resolver are now ignored by SPIRE Agent (#3712)
+- CLI commands that supported the `-output` flag now properly shows the default value for the flag (#3713)
+
 ## [1.5.3] - 2022-12-14
 
 ### Added