From 0e406e48409c819aea5139391a85f89dd090f0b5 Mon Sep 17 00:00:00 2001 From: Julien Maffre <42961061+jumaffre@users.noreply.github.com> Date: Thu, 27 Jul 2023 17:56:56 +0100 Subject: [PATCH] 4.0.7 Changelog (#5479) --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14136e9ca1d4..ea3726b575b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [4.0.7] + +[4.0.7]: https://github.com/microsoft/CCF/releases/tag/ccf-4.0.7 + +- Expose COSESign1 `content` for `user_cose_sign1` authenticated endpoints in JavaScript/TypeScript apps (#5465). + ## [4.0.6] [4.0.6]: https://github.com/microsoft/CCF/releases/tag/ccf-4.0.6 - Updated Open Enclave to [0.19.3](https://github.com/openenclave/openenclave/releases/tag/v0.19.3). -- Expose COSESign1 `content` for `user_cose_sign1` authenticated endpoints in JavaScript/TypeScript apps (#5465). ## [4.0.5]