Skip to content

Commit af700c3

Browse files
committed
Release Keila 0.12.4
1 parent bb2c68b commit af700c3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Unreleased
44

5+
6+
## Version 0.12.4
7+
8+
### Added
9+
- Support for Captchas from [Friendly Captcha](https://friendlycaptcha.com/) (thanks @beeb)
10+
11+
### Changed
12+
- Segments are now ordered alphabetically (#203 - thanks @panoramix360)
13+
14+
515
## Version 0.12.3
616

717
### Changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Keila.MixProject do
44
def project do
55
[
66
app: :keila,
7-
version: "0.12.3",
7+
version: "0.12.4",
88
elixir: "~> 1.14",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
compilers: [:phoenix] ++ Mix.compilers(),

0 commit comments

Comments
 (0)