From 1583166f7073ccf11173afe948488d84c17586ca Mon Sep 17 00:00:00 2001 From: Christopher Nemarich <55459914+cnemarich@users.noreply.github.com> Date: Tue, 2 Aug 2022 11:44:25 -0400 Subject: [PATCH] Increment version --- DESCRIPTION | 4 ++-- NEWS.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 95a6ad24..d419bab4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: datimutils Type: Package Title: Utilities for interacting with the DATIM api from R -Version: 0.5.0 -Date: 2022-07-29 +Version: 0.5.1 +Date: 2022-08-02 Authors@R: c( person("Scott", "Jackson", email = "sjackson@baosystems.com", diff --git a/NEWS.md b/NEWS.md index d75ad967..807b8b4a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# datimutils 0.5.1 + +## New features +* Adds `verbose` parameter to all functions which returns entire response. Set to `FALSE` by default. +* Adds `quiet` parameter to all functions which determines whether URL is printed. Set to `TRUE` by default. + # datimutils 0.5.0 ## New features