Skip to content

Commit 371c576

Browse files
committed
Release v0.6.1
1 parent e9964f3 commit 371c576

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## v0.6.1 (2023-06-21)
4+
* Support Surface `v0.11`
5+
* Make `plug_cowboy` optional (#50)
6+
37
## v0.6.0 (2023-04-18)
48
* Support Surface `v0.10` and Liveview `v0.18.8`
59

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add `surface_catalogue` to your list of dependencies in `mix.exs`:
1010
```elixir
1111
def deps do
1212
[
13-
{:surface_catalogue, "~> 0.6.0"}
13+
{:surface_catalogue, "~> 0.6.1"}
1414
]
1515
end
1616
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Surface.Catalogue.MixProject do
22
use Mix.Project
33

4-
@version "0.6.0"
4+
@version "0.6.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)