From 2cd570810388e42945ce89d6c6a04347c2ba41fc Mon Sep 17 00:00:00 2001
From: Mariano Cano <mariano.cano@gmail.com>
Date: Tue, 10 Jan 2023 12:11:31 -0800
Subject: [PATCH] Upgrade changelog for v0.23.1

---
 CHANGELOG.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ada640fc..94288e38 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,10 +27,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 ## [Unreleased]
 
+## [v0.23.1] - 2022-01-10
+
 ### Added
 
 - Added configuration property `.crl.idpURL`  to be able to set a custom Issuing
-  Distribution Point in the CRL.
+  Distribution Point in the CRL (#1178).
+- Added WithContext methods to the CA client (#1211).
+- Added environment variables for enabling Remote Management and ACME
+  provisioner (#1201).
+
+### Changed
+
+- Ignore SSH principals validation when using an OIDC provisioner. The
+  provisioner will ignore the principals passed and set the defaults or the ones
+  including using WebHooks or templates (#1206).
 
 ## [v0.23.0] - 2022-11-11