Skip to content

Commit 863aa53

Browse files
CrowdHailerlpil
authored andcommitted
update version
1 parent e2f9875 commit 863aa53

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## v1.2.0 - 2020-08-04
4+
35
- The `gleam/http` module gains the `get_req_cookies`, `set_req_cookie`
46
`set_resp_cookie` and `expire_resp_cookie` functions.
57
- Created the `gleam/http/cookie` module with `SameSitePolicy` and `Attributes`

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

0 commit comments

Comments
 (0)