Skip to content

Commit

Permalink
Merge pull request #863 from oasisprotocol/ptrus/release-v0.5.2
Browse files Browse the repository at this point in the history
Release v0.5.2
  • Loading branch information
ptrus authored Dec 23, 2024
2 parents ec5641c + 91747b1 commit 0d27e93
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
Empty file removed .changelog/842.trivial.md
Empty file.
4 changes: 0 additions & 4 deletions .changelog/849.bugfix.md

This file was deleted.

2 changes: 1 addition & 1 deletion .punch_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
major = 0
minor = 5
patch = 1
patch = 2
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 0.5.2 (2024-12-23)

### Bug Fixes and Improvements

- API: Return CORS headers on request timeouts
([#849](https://github.com/oasisprotocol/nexus/issues/849))

Moved `CorsMiddleware` outside of `TimeoutHandler` to ensure CORS headers are
included in responses even when requests time out.

## 0.5.1 (2024-12-19)

### Features
Expand Down

0 comments on commit 0d27e93

Please sign in to comment.