diff --git a/CHANGELOG.md b/CHANGELOG.md index a973ee87d..16d27c19d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.31.1](https://github.com/USSF-ORBIT/ussf-portal-client/compare/4.31.0...4.31.1) (2024-02-23) + + +### Bug Fixes + +* Update code to account for params on end of asset url in s3 ([#1217](https://github.com/USSF-ORBIT/ussf-portal-client/issues/1217)) ([abb88ac](https://github.com/USSF-ORBIT/ussf-portal-client/commit/abb88ac1f6705271efbb4b416893b2d5fdb1741f)) + ## [4.31.0](https://github.com/USSF-ORBIT/ussf-portal-client/compare/4.30.1...4.31.0) (2024-02-22) diff --git a/package.json b/package.json index bc3345e0c..323f953ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ussf-portal", - "version": "4.31.0", + "version": "4.31.1", "private": true, "engines": { "node": "^18.14.2"