diff --git a/DESCRIPTION b/DESCRIPTION index e7d767d..af71723 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: RPresto Title: DBI Connector to Presto -Version: 1.4.5.9000 +Version: 1.4.6 Authors@R: c( person('Onur Ismail', 'Filiz', , 'onur@fb.com', role='aut'), person('Sergey', 'Goder', , 'sgoder@fb.com', role='aut'), diff --git a/NEWS.md b/NEWS.md index 905e084..cc51c0b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# RPresto 1.4.5.9000 +# RPresto 1.4.6 * `tidyr::fill()` now works with PrestoConnection. (#233, thanks to @copernican for reporting the issue and @mgirlich for providing upstream utility functions