From 4b6e8b23a8e767028341862fa1a5858f7a947dea Mon Sep 17 00:00:00 2001 From: Jacob Childress Date: Mon, 21 May 2018 17:07:57 -0500 Subject: [PATCH] Update CHANGELOG for imminent 2.2.0 release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f57c4019..c6b2c170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## v2.2.0 - 2018-xx-xx +## v2.2.0 - 2018-05-21 Updated ErrorResponse to serialize its "status" field as a JSON string rather than as a number for compliance with RFC 7644. Deserialization of this field is backwards compatible and will accept either a number or a string. Clients expecting the "status" field as a JSON string (including older SCIM 2 SDK clients) will need to be updated for compatibility.