We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6db2e commit 8b058e5Copy full SHA for 8b058e5
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## v1.1.8 (2024-02-07)
12
13
- Fix documentation typos (#111)
mix.exs
@@ -1,7 +1,7 @@
defmodule Waffle.Mixfile do
use Mix.Project
- @version "1.1.8"
+ @version "1.1.9"
def project do
[
0 commit comments