summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-07-31 23:34:11 -0600
committermo khan <mo.khan@gmail.com>2020-07-31 23:34:11 -0600
commit1f46a41eaa1d0171f78b9bdd8e0f749cdcefd332 (patch)
tree06a69de6304e92b037504a7a960b3103dfeccdef
parent5d86e7327cd9e1dc1185009da13f75914f03ec5e (diff)
Prepare CHANGELOG for 1.0.0 releasev1.0.0
-rw-r--r--CHANGELOG.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc689a5..d079cc2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-Version 0.3.2
+Version 1.0.0
# Changelog
All notable changes to this project will be documented in this file.
@@ -7,10 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+
+## [1.0.0] - 2020-07-31
### Added
-- Add simpler API to remove need to instantiate `Client` directly.
+- Add simpler API to remove the need to instantiate a `Client` directly.
- Default to 3 retries using simple API.
-- Re-use client connection for connections to the same schem, host, and port.
+- Re-use client connection for connections to the same scheme, host, and port.
### Removed
- Remove support for Ruby 2.4
@@ -67,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- with\_retry.https://www.mokhan.ca/%F0%9F%92%8E/2018/11/10/net-hippie-0-2-0.html
- authorization header helpers
-[Unreleased]: https://github.com/mokhan/net-hippie/compare/v0.3.2...HEAD
+[Unreleased]: https://github.com/mokhan/net-hippie/compare/v1.0.0...HEAD
+[1.0.0]: https://github.com/mokhan/net-hippie/compare/v0.3.2...v1.0.0
[0.3.2]: https://github.com/mokhan/net-hippie/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/mokhan/net-hippie/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/mokhan/net-hippie/compare/v0.2.7...v0.3.0