Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ehttpc changes

## 0.7.0

- Switch to `gun` 2.1.0.
- Drop support for Erlang/OTP 25 and earlier.

## 0.6.0

- Changed log format to be more structured, `host` and `port` are included in the log data fields.
Expand Down
2 changes: 1 addition & 1 deletion src/ehttpc.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, ehttpc, [
{description, "HTTP Client for Erlang/OTP"},
{vsn, "0.6.0"},
{vsn, "0.7.0"},
{registered, []},
{applications, [
kernel,
Expand Down
Loading