We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59cf4ed commit f2a7b86Copy full SHA for f2a7b86
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.1.6 (2022-02-20)
4
+ * Improve Waffle.Storage.S3 moduledoc (#90)
5
+ * Fix links to other storage providers (#92)
6
+ * Allow setting a custom bucket from scope (#31)
7
+ * Update dependencies
8
+
9
## v1.1.5 (2021-08-12)
10
* Update dependencies
11
* Add support for custom validation error message (#84)
mix.exs
@@ -1,7 +1,7 @@
defmodule Waffle.Mixfile do
use Mix.Project
- @version "1.1.5"
+ @version "1.1.6"
def project do
[
0 commit comments