diff --git a/CHANGELOG.md b/CHANGELOG.md index 25b1fa7e..712b72e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release Notes +## [1.16.2](https://github.com/nicholaschiang/site/compare/v1.16.1...v1.16.2) (2023-07-23) + + +### Bug Fixes + +* users can only submit one review per show ([2fbbd45](https://github.com/nicholaschiang/site/commit/2fbbd455e5a21249bf0dd1e9860968a297a60ab0)) + ## [1.16.1](https://github.com/nicholaschiang/site/compare/v1.16.0...v1.16.1) (2023-07-23) diff --git a/package.json b/package.json index c8f06c8a..f4090d89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nicholas-eng", - "version": "1.16.1", + "version": "1.16.2", "private": true, "sideEffects": false, "license": "AGPL-3.0-or-later", diff --git a/pyproject.toml b/pyproject.toml index e3140d91..60165ad4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "site" -version = "1.16.1" +version = "1.16.2" description = "" authors = ["Nicholas Chiang "] license = "MIT"