From 715b0fdc9e170828bde25c2809963ed3fb34021f Mon Sep 17 00:00:00 2001 From: Dan Vernon Date: Mon, 13 Feb 2017 11:07:09 -0600 Subject: [PATCH] Updating CHANGELOG.md --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b31b5014..7618d0eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## vx.x.x - 20xx-xx-xx -Added ability to change accept and content-type headers in the SCIM client. +## v2.1.1 - 2017-02-13 +Allow replacement of singular value using a value filter if the value filter uses the special-case "value" path. + +Added ability to change "accept" and "content-type" headers in the SCIM client. Fixed the handling of sub-attribute paths in the excludedAttributes parameter.