diff --git a/DESCRIPTION b/DESCRIPTION index 9191dc5a..b8b9911d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: connectapi Title: Utilities for Interacting with the 'Posit Connect' Server API -Version: 0.11.0.9000 +Version: 0.11.1 Authors@R: c( person(given = "Kara", family = "Woo", diff --git a/NEWS.md b/NEWS.md index 8230c92f..42a6cb87 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,8 @@ # connectapi (development version) -- `get_usage()` now returns the id column as a character to match other parts of the API. +# connectapi 0.11.1 + +- `get_usage()` now returns the id column as a character to match other parts of the API (#512). # connectapi 0.11.0