From 4b4678910d2a38d895d8770a105c56c73fb51574 Mon Sep 17 00:00:00 2001 From: Shawn Garbett Date: Wed, 4 Dec 2024 14:50:50 -0600 Subject: [PATCH] Updated NEWS/VERSION for #417 --- DESCRIPTION | 2 +- NEWS | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index c05de5b6..7f32d663 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: redcapAPI Type: Package Title: Interface to 'REDCap' -Version: 2.10.1 +Version: 2.11.0 Authors@R: c( person("Benjamin", "Nutter", email = "benjamin.nutter@gmail.com", role = c("ctb", "aut")), diff --git a/NEWS b/NEWS index 2f2e73b1..793e53b9 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,11 @@ A future release of version 3.0.0 will introduce several breaking changes! * The `exportProjectInfo` and `exportBundle` functions are being discontinued. Their functionality is replaced by caching values on the connection object. * The `cleanseMetaData` function is being discontinued. +## 2.11.0 + +* `unlockREDCap` internal code is now in package `shelter`. +* This is a breaking change as all existing local keyrings must be reseeded. + ## 2.10.1 * `unlockREDCap` no longer changes console focus