Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Jun 16, 2024
1 parent 87fc7bb commit 3eef0d6
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.2.5] - 2024-06-17

### Fixed

- Support brackets around IPv6 addresses in URLs, eg: amqp://[::1]:5672
-
## [1.2.4] - 2024-05-31

### 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: amqp-client
version: 1.2.4
version: 1.2.5

authors:
- Carl Hörberg <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/amqp-client/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class AMQP::Client
VERSION = "1.2.4"
VERSION = "1.2.5"
end

0 comments on commit 3eef0d6

Please sign in to comment.