From df2972b7c3a1d598af2c5969728046bb62973c57 Mon Sep 17 00:00:00 2001 From: Kara Woo Date: Fri, 20 Mar 2026 16:19:56 -0700 Subject: [PATCH] bump to 0.11.1 --- DESCRIPTION | 2 +- NEWS.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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