diff --git a/CHANGELOG.md b/CHANGELOG.md
index f57c65b..588cf60 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,8 @@
## Changed
-- ([#5](https://github.com/acfoltzer/cargo-fund/pull/5)) Look for the Github API token in the `CARGO_FUND_GITHUB_API_TOKEN` environment variable rather than `GITHUB_API_TOKEN` in order to better support privilege separation.
+- ([#5](https://github.com/acfoltzer/cargo-fund/pull/5)) The program now looks for the Github API token in the `CARGO_FUND_GITHUB_API_TOKEN` environment variable rather than `GITHUB_API_TOKEN` in order to better support privilege separation.
+- ([#6](https://github.com/acfoltzer/cargo-fund/pull/6)) Increased timeout on HTTP client operations to 60 seconds.
# 0.1.0
diff --git a/README.md b/README.md
index c172f67..78be2f5 100644
--- a/README.md
+++ b/README.md
@@ -69,3 +69,18 @@ Currently, Github is the only source of funding information, but please open an
any other structured sources of funding information.
[funding-yml]: https://help.github.com/en/github/administering-a-repository/displaying-a-sponsor-button-in-your-repository
+
+#### License
+
+
+Licensed under either of Apache License, Version
+2.0 or MIT license at your option.
+
+
+
+
+
+Unless you explicitly state otherwise, any contribution intentionally submitted
+for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
+be dual licensed as above, without any additional terms or conditions.
+