Skip to content

Commit

Permalink
Merge tag 'v1.10.1' into develop
Browse files Browse the repository at this point in the history
Release v1.10.1
  • Loading branch information
axllent committed Nov 19, 2023
2 parents 359573c + b1c9fb6 commit cfcb4f0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

Notable changes to Mailpit will be documented in this file.

## [v1.10.1]

### Chore
- Use NextReader() instead of ReadMessage() for websocket reading ([#207](https://github.com/axllent/mailpit/issues/207))

### Fix
- Prevent JavaScript error if message is missing `From` header ([#209](https://github.com/axllent/mailpit/issues/209))

### Libs
- Update node modules
- Update Go modules

### Swagger
- Revert BinaryResponse type to string


## [v1.10.0]

### Feature
Expand Down

0 comments on commit cfcb4f0

Please sign in to comment.