Skip to content

Commit abdedde

Browse files
committed
doc: Setting up next release
1 parent 7f4ee0a commit abdedde

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.4.1
4+
5+
Bug fixes
6+
7+
- Split user and internal commands buffers
8+
39
## 0.4.0
410

511
Added support for RabbitMQ 3.13, with Route, Partitions and SuperStreams support.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The package can be installed by adding `rabbitmq_stream` to your list of depende
3131
```elixir
3232
def deps do
3333
[
34-
{:rabbitmq_stream, "~> 0.4.0"},
34+
{:rabbitmq_stream, "~> 0.4.1"},
3535
# ...
3636
]
3737
end

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.4.1

guides/setup/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ First add RabbitMQ to your `mix.exs` dependencies:
77
```elixir
88
def deps do
99
[
10-
{:rabbitmq_stream, "~> 0.4.0"},
10+
{:rabbitmq_stream, "~> 0.4.1"},
1111
# ...
1212
]
1313
end

0 commit comments

Comments
 (0)