diff --git a/DESCRIPTION b/DESCRIPTION index 041aafe..4fe5532 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: riingo Title: An R Interface to the 'Tiingo' Stock Price API -Version: 0.3.0.9000 +Version: 0.3.1 Authors@R: c(person(given = "Davis", family = "Vaughan", diff --git a/NEWS.md b/NEWS.md index 67ec2c5..6e47b07 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# riingo (development version) +# riingo 0.3.1 * `riingo_iex_latest()` now also returns a `volume` column, like `riingo_iex_prices()` (#18). diff --git a/cran-comments.md b/cran-comments.md index 10f96b4..55d6b11 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ ## Release Summary -This is the third release of riingo. It contains various bug fixes and exposes a number of new endpoints from Tiingo. +This is a small patch release to fix a bug with `riingo_iex_latest()`. ## Test environments * local OS X install, R 4.0.0