diff --git a/DESCRIPTION b/DESCRIPTION index 797874f..9f06d04 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: fredr Title: An R Client for the 'FRED' API -Version: 2.0.0.9000 +Version: 2.1.0 Authors@R: c(person(given = "Sam", family = "Boysel", diff --git a/NEWS.md b/NEWS.md index fd779a2..b0950e6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# fredr (development version) +# fredr 2.1.0 * `fredr()` / `fredr_series_observations()` now always return `realtime_start` and `realtime_end` columns. These are useful when setting the diff --git a/cran-comments.md b/cran-comments.md index 234c1a5..8ef32a3 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -5,20 +5,16 @@ ## R CMD check results -0 errors | 0 warnings | 1 note(s) - -New submission - - Package was archived on CRAN - - CRAN repository db overrides: - X-CRAN-Comment: Archived on 2020-04-21 as check problems were not - corrected in time. +0 errors | 0 warnings | 0 notes ## Reverse dependencies There are no reverse dependencies. +## 2.1.0 Submission + +This is a minor release, fixing a bug and adding new columns to the output of `fredr()`. + ## 2.0.0 Resubmission This is a re-submission of fredr 2.0.0. See below for the explanation of why