From 8de054da722b7a26840ae8bb1aa7813be667038e Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Wed, 1 May 2019 15:11:17 +0200 Subject: [PATCH] bump --- DESCRIPTION | 2 +- NEWS | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index bddc88db..d55e21fb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,7 +5,7 @@ Description: High-performance MongoDB client based on 'mongo-c-driver' and 'json Includes support for aggregation, indexing, map-reduce, streaming, encryption, enterprise authentication, and GridFS. The online user manual provides an overview of the available methods in the package: . -Version: 2.0.1 +Version: 2.0.2 Authors@R: c( person("Jeroen", "Ooms", ,"jeroen@berkeley.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4035-0289")), diff --git a/NEWS b/NEWS index 72bcb0e5..5f934680 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +2.0.2 + - Try to fix CRAN build on MacOS (CRAN builder has broken openssl) + 2.0.1 - Fix some rchk false positives because cran