diff --git a/DESCRIPTION b/DESCRIPTION index c012261..032d01e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: redux Title: R Bindings to 'hiredis' -Version: 1.1.2 +Version: 1.2.0 Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"), email = "rich.fitzjohn@gmail.com")) Description: A 'hiredis' wrapper that includes support for diff --git a/NEWS.md b/NEWS.md index faece56..752c719 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +## redux 1.2.0 + +* Add support for most of the new features in redis 6.x + ## redux 1.1.1 * More relaxed, though technically incorrect, URL parsing that allows undercores in the host name - useful for docker containers (#20).