Skip to content

Commit

Permalink
v1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kickster97 committed Mar 25, 2024
1 parent b586057 commit af12ff1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Don't use shovel name as consumer tag [#634](https://github.com/cloudamqp/lavinmq/pull/634)
- Keep the same vhost selected when creating queues [#629](https://github.com/cloudamqp/lavinmq/pull/629)
- Make sure name of Queues, Exchanges & Vhosts is not longer than 255 characters [#631](https://github.com/cloudamqp/lavinmq/pull/631)
- Add nilguard for matching x-delayed-type argument [#639](https://github.com/cloudamqp/lavinmq/pull/639)

### Changed

- Use system assigned ports in specs [#640](https://github.com/cloudamqp/lavinmq/pull/640)
- Let MFile raise ClosedError instead of IO::Error [#642](https://github.com/cloudamqp/lavinmq/pull/642)

### Added

Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lavinmq
version: 1.2.9
version: 1.2.10

authors:
- Carl Hörberg <[email protected]>
Expand Down

0 comments on commit af12ff1

Please sign in to comment.