Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Feb 17, 2024
1 parent e7b952e commit bebed22
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.14] - 2024-02-17

### Added

- Frame#from_io without a block, buffering the whole frame instead. Only makes a difference for body frames, which can be streamed with the block version but not with this new one.

## [1.1.13] - 2024-02-13

### 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: amq-protocol
version: 1.1.13
version: 1.1.14

authors:
- Carl Hörberg <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/amq/protocol/version.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module AMQ
module Protocol
VERSION = "1.1.13"
VERSION = "1.1.14"
end
end

0 comments on commit bebed22

Please sign in to comment.