Skip to content

Commit

Permalink
v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
achempion committed Feb 11, 2023
1 parent 21dcff1 commit e630e52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v1.1.7 (2023-02-11)

- Make Waffle.Storage.S3.s3_key/3 public, so that other modules can
have access to the object path (#100)
- Handle recv_timeout in Waffle.File (#102)
- Fix typos (#107)
- Support custom functions for transformations (#110)


## v1.1.6 (2022-02-20)
* Improve Waffle.Storage.S3 moduledoc (#90)
* Fix links to other storage providers (#92)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Waffle.Mixfile do
use Mix.Project

@version "1.1.6"
@version "1.1.7"

def project do
[
Expand Down

0 comments on commit e630e52

Please sign in to comment.