Skip to content

Commit

Permalink
v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
achempion committed Feb 7, 2024
1 parent 038f62c commit d10d6ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v1.1.8 (2024-02-07)

- Fix documentation typos (#111)
- Refactor local storage example: whitelist » acceptlist (#112)
- Fix warnings emitted by elixir 1.16 (#115)
- Add support for extensions to custom transformations (#117)

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

- Make Waffle.Storage.S3.s3_key/3 public, so that other modules can
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.7"
@version "1.1.8"

def project do
[
Expand Down

0 comments on commit d10d6ae

Please sign in to comment.