Skip to content

Commit

Permalink
Update changelog and Cargo.toml for 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha committed Dec 6, 2020
1 parent 23f9b47 commit 62cf25f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.5.4

* Fix panic introduced in 1.5.4 on redirects. (#274)

# 1.5.3

* Backport: follow redirects non-body request on 307/308 (#253)
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 = "ureq"
version = "1.5.3"
version = "1.5.4"
authors = ["Martin Algesten <[email protected]>"]
description = "Minimal HTTP request library"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 62cf25f

Please sign in to comment.