Skip to content

Commit 2558bb4

Browse files
committed
v1.5.0
1 parent 80c1423 commit 2558bb4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Changelog
22

3-
## Unreleased
3+
## v1.5.0 - 2020-09-23
44

55
- The `gleam/http` module gains the `get_req_origin` function.
66
- Fix bug to correctly set cookie `Max-Age` attribute
7-
- The `gleam/http.default_req` function returns a `Request(BitString)` instead
8-
`Request(String)`
97

108
## v1.4.0 - 2020-09-09
119

src/gleam_http.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, gleam_http,
22
[{description, "Types and functions for HTTP clients and servers!"},
3-
{vsn, "1.4.0"},
3+
{vsn, "1.5.0"},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)