From 1f46a41eaa1d0171f78b9bdd8e0f749cdcefd332 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 31 Jul 2020 23:34:11 -0600 Subject: Prepare CHANGELOG for 1.0.0 release --- CHANGELOG.md | 11 +++++++---- 1 file 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 -- cgit v1.2.3