Skip to content

Commit aedaf68

Browse files
committed
Release Keila 0.16.1
1 parent 08bd03a commit aedaf68

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,22 @@
22

33
## Unreleased
44

5-
### Added
65

7-
- French translation
6+
## Version 0.16.1
7+
8+
🇫🇷♻️ Bonjour File Deletions!
9+
10+
## Added
11+
12+
- French translation (thanks @marc-bouvier for the translation and improving the translatability of Keila for other languages)
13+
- Deletion of images in the upload interface (thanks @jrowah for implementing)
14+
15+
## Fixed
16+
17+
- The campaign update API endpoint now properly merges provided campaign settings with the existing settings
18+
- Non-markdown default signature for plain text campaigns
19+
- API Keys with no defined name no longer output the entire data structure upon creation (thanks @danilax86 for fixing)
20+
821

922
## Version 0.16.0
1023

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.16.0",
7+
version: "0.16.1",
88
elixir: "~> 1.15",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
compilers: [:phoenix] ++ Mix.compilers(),

0 commit comments

Comments
 (0)