Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciogoldchluk-yolo committed Aug 16, 2024
1 parent e7bc4c4 commit 858cc9c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
## [3.1.1] (2024-08-16)
## [3.1.2] (2024-08-16)

### Bug fixes
- Fix missing specification for `ConsumerServer` unique id

### Internal
- Prefix modules with `Coney.` to avoid conflicts

## [3.1.1] (2024-08-16) - BROKEN

### Bug fixes
- Fix missing `:name` when starting `ConsumerServer`

## [3.1.0] (2024-08-14)
## [3.1.0] (2024-08-14) - BROKEN

### Enhancements
- Add `:enabled` config value
- `:adapter` config value is now optional and defaults to `Coney.RabbitConnection`

## [3.0.2] (2024-08-12)
## [3.0.2] (2024-08-12) - BROKEN

### Bug fixes
- Fix incorrect termination order where the connection to RabbitMQ was closed before the channels.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Coney.Mixfile do
def project do
[
app: :coney,
version: "3.1.1",
version: "3.1.2",
elixir: ">= 1.12.0",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 858cc9c

Please sign in to comment.