From fae864f287b0e874f40654f76298565623a59157 Mon Sep 17 00:00:00 2001 From: Philip Chase Date: Wed, 16 Jan 2019 11:08:38 -0500 Subject: [PATCH] Update Changelog for release 2.1.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b4a73..90d748a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to the REDCap Entity project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). + +## [2.1.0] - 2019-01-16 +### Added +- Add "data" property type to address needs of `redcap_oncore_client` (Tiago Bember Simeao) + + ## [2.0.1] - 2019-01-12 ### Added - Add DOI to README and Developer's Guide (Philip Chase)