Skip to content

Commit 8b058e5

Browse files
committed
v1.1.9
1 parent 9a6db2e commit 8b058e5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v1.1.9 (2024-06-14)
4+
5+
- Fix module.function notation warnings in Elixir 1.17 #123
6+
- Added max_body_length to hackney options #122
7+
- Fix images and source links in hexdocs #125
8+
- Add links to view source in docs #124
9+
- Update link for waffle_gcs #118
10+
311
## v1.1.8 (2024-02-07)
412

513
- Fix documentation typos (#111)

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.8"
4+
@version "1.1.9"
55

66
def project do
77
[

0 commit comments

Comments
 (0)