Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
operutka committed Jul 8, 2020
1 parent c809df4 commit 8dd1367
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.4.0 (2020-07-08)

* Switch to the latest hyper/tokio/futures

## v0.3.2 (2019-06-20)

* Fix the timestamp format
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slog-loggly"
version = "0.3.2"
version = "0.4.0"
edition = "2018"
authors = ["Angelcam, Inc."]
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This is an unofficial Loggly drain for the slog logging infrastructure in Rust.
Add the following dependency into your Cargo.toml:

```
slog-loggly = "0.3.2"
slog-loggly = "0.4"
```

See the `examples` directory and the [documentation](https://docs.rs/slog-loggly/) for usage examples.

0 comments on commit 8dd1367

Please sign in to comment.