diff --git a/CHANGELOG.md b/CHANGELOG.md index 908fcaf..33414ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.23] +Response for files list includes file category ## [1.21] Rename Buttons & Icon text to Icon Maker ## [1.20] diff --git a/package.json b/package.json index 091756e..86a3854 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "canvas-rce-api", - "version": "1.22.0", + "version": "1.23.0", "description": "An API for proxying requests by the RCE to Canvas and other services.", "engines": { "node": "^16",