Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Jan 30, 2024
1 parent c0a6e54 commit 2c58da1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 2.9.2

## Added

* Replace dependency on httpbin.org for tests/doc-tests. (#703)

## Fixed

* Remove Header struct that never should have been exported. (#696)
* Update deps (rustls 0.22) (#690)

# 2.9.1

## Fixed
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 = "2.9.1"
version = "2.9.2"
authors = ["Martin Algesten <[email protected]>", "Jacob Hoffman-Andrews <[email protected]>"]
description = "Simple, safe HTTP client"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 2c58da1

Please sign in to comment.