Skip to content

Commit 28483bc

Browse files
committed
v1.3.0
1 parent 901eda6 commit 28483bc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## v1.3.0 - 2020-08-04
4+
5+
- The `gleam/http/cookie` module has been merged into the `gleam/http` module.
6+
37
## v1.2.0 - 2020-08-04
48

59
- The `gleam/http` module gains the `get_req_cookies`, `set_req_cookie`

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

0 commit comments

Comments
 (0)