diff --git a/DESCRIPTION b/DESCRIPTION index ec57635..4377807 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: GNapi -Version: 0.3-3 -Date: 2020-12-06 +Version: 0.3-4 +Date: 2021-11-17 Title: Connection to the GeneNetwork API Description: Tools for connecting to the GeneNetwork API. Author: Karl W Broman [aut, cre] () @@ -26,5 +26,5 @@ LazyData: true Encoding: UTF-8 ByteCompile: true VignetteBuilder: knitr -RoxygenNote: 7.1.1 +RoxygenNote: 7.1.2 Roxygen: list(markdown=TRUE) diff --git a/NEWS.md b/NEWS.md index 35b55ec..fa2bdfe 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +## GNapi 0.3-4 (2021-11-17) + +### Bug fixes + +- Small change in `query_gn()` to change NULL output to NA. + + ## GNapi 0.3-3 (2020-12-06) ### Minor changes