We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2c68b commit af700c3Copy full SHA for af700c3
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
## Unreleased
4
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
15
## Version 0.12.3
16
17
### Changed
mix.exs
@@ -4,7 +4,7 @@ defmodule Keila.MixProject do
def project do
[
app: :keila,
- version: "0.12.3",
+ version: "0.12.4",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
0 commit comments