Skip to content

Commit

Permalink
Update CHANGELOG and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorerlingsson committed Sep 22, 2023
1 parent 0e687df commit 04d657d
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.10] - 2023-09-22

### Fixed

- Fixed an issue where reassigning values in a Table with a nested Table would overwrite existing data.

## [1.1.9] - 2023-08-22

### Fixed
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.9
version: 1.1.10

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.9"
VERSION = "1.1.10"
end
end

0 comments on commit 04d657d

Please sign in to comment.