Skip to content

Commit f2a7b86

Browse files
committed
Release v1.1.6
1 parent 59cf4ed commit f2a7b86

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## v1.1.5 (2021-08-12)
410
* Update dependencies
511
* Add support for custom validation error message (#84)

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Waffle.Mixfile do
22
use Mix.Project
33

4-
@version "1.1.5"
4+
@version "1.1.6"
55

66
def project do
77
[

0 commit comments

Comments
 (0)