Skip to content

Commit

Permalink
doc: Setting up next release
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorGaiva committed Mar 30, 2024
1 parent 7f4ee0a commit abdedde
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.4.1

Bug fixes

- Split user and internal commands buffers

## 0.4.0

Added support for RabbitMQ 3.13, with Route, Partitions and SuperStreams support.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The package can be installed by adding `rabbitmq_stream` to your list of depende
```elixir
def deps do
[
{:rabbitmq_stream, "~> 0.4.0"},
{:rabbitmq_stream, "~> 0.4.1"},
# ...
]
end
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.4.1
2 changes: 1 addition & 1 deletion guides/setup/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ First add RabbitMQ to your `mix.exs` dependencies:
```elixir
def deps do
[
{:rabbitmq_stream, "~> 0.4.0"},
{:rabbitmq_stream, "~> 0.4.1"},
# ...
]
end
Expand Down

0 comments on commit abdedde

Please sign in to comment.