diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ea7ad..a55a409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.4.0] + +### Changed +Update `ServerSideRenderingError` to extend the `Error` class to standardize our error and make SSR errors easier to diagnose. + ## [9.1.0] - 2022-08-19 ### Changed diff --git a/setup.py b/setup.py index dba15f1..edf10a1 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='pyramid-hypernova', - version='9.3.1', + version='9.4.0', author='Yelp, Inc.', author_email='opensource+pyramid-hypernova@yelp.com', license='MIT',