Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonmaur committed Apr 25, 2023
1 parent c6c45df commit c57d76d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.1.0

- Don't handle `updated` and `destroyed` hook events, `phx-update` is set to `ignore`
- Add missing makeup languages to the docs
- Add support for widget event callbacks

## v1.0.1

- Added missing package.json to files
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Phoenix components and helpers for using CAPTCHAs with [Cloudflare Turnstile](ht
```elixir
def deps do
[
{:phoenix_turnstile, "~> 1.0"}
{:phoenix_turnstile, "~> 1.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule PhoenixTurnstile.MixProject do
def project do
[
app: :phoenix_turnstile,
version: "1.0.1",
version: "1.1.0",
elixir: "~> 1.13",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit c57d76d

Please sign in to comment.