Skip to content

Commit 00aa045

Browse files
committed
Prepare 0.4.2 release
1 parent 414a2c1 commit 00aa045

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.4.2 - 2019-04-05
4+
5+
- Fix compile issues in the agent notify channel on Windows.
6+
37
## 0.4.1 - 2019-02-27
48

59
- Add additional options for SSL/TLS. You can now override the list of acceptable ciphers to use in an SSL/TLS connection, and also provide a custom client certificate to use.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chttp"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "The practical HTTP client that is fun to use."
55
authors = ["Stephen M. Coakley <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)