Skip to content

Commit b079ff6

Browse files
committed
v1.6.0
1 parent e51ad93 commit b079ff6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

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

3-
## v1.5.1 - TBC
3+
## v1.6.0 - 2020-11-19
44

5-
- The `gleam/http.default_req` function returns a `Request(String)` again,
6-
reverting the change from v1.5.0
5+
- The `gleam/http.default_req` function returns a `Request(String)` again,
6+
reverting the change from v1.5.0.
77
- The `gleam/http` module gains the `get_resp_cookie` function.
88
- The `gleam/http` module gains the `set_scheme` and `set_port` functions.
99
- The Gleam stdlib version requirement has been relaxed.
@@ -46,4 +46,4 @@
4646

4747
## v1.0.0 - 2020-06-30
4848

49-
- Initial release
49+
- Initial release.

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.3.0"},
3+
{vsn, "1.6.0"},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)