Skip to content

Commit

Permalink
v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
achempion committed Jun 14, 2024
1 parent 9a6db2e commit 8b058e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v1.1.9 (2024-06-14)

- Fix module.function notation warnings in Elixir 1.17 #123
- Added max_body_length to hackney options #122
- Fix images and source links in hexdocs #125
- Add links to view source in docs #124
- Update link for waffle_gcs #118

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

- Fix documentation typos (#111)
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.8"
@version "1.1.9"

def project do
[
Expand Down

0 comments on commit 8b058e5

Please sign in to comment.