Skip to content

Commit c9e9ed1

Browse files
committed
v1.1.0
1 parent 62adaf3 commit c9e9ed1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

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

3-
## v1.1.0 - unreleased
3+
## v1.1.0 - 2020-07-19
44

55
- The `gleam/http` module gains the `Scheme`, `Service`, `Request`, and
66
`Response` types, along with associated functions `scheme_to_string`,

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

0 commit comments

Comments
 (0)