Skip to content

Commit d13b14b

Browse files
committed
release: v0.4.0
1 parent 436e81e commit d13b14b

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to `moqx` will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.4.0] - 2026-04-12
8+
79
### Added
810

911
- `MOQX.unsubscribe/1` cancels an active track subscription by sending MOQ

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For MOQ-specific behavior, treat the active MOQ transport draft and moqtail inte
2424

2525
```elixir
2626
# mix.exs
27-
{:moqx, "~> 0.3.0"}
27+
{:moqx, "~> 0.4.0"}
2828
```
2929

3030
Release metadata:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule MOQX.MixProject do
44
def project do
55
[
66
app: :moqx,
7-
version: "0.3.0",
7+
version: "0.4.0",
88
description: description(),
99
elixir: "~> 1.19",
1010
elixirc_paths: elixirc_paths(Mix.env()),

0 commit comments

Comments
 (0)