From ee3b13df3e939849b674fc6dfcc1916fb02f245c Mon Sep 17 00:00:00 2001 From: Ryan Stawarz Date: Fri, 8 Apr 2022 07:52:21 -0500 Subject: [PATCH] Initial v1.0.0 release --- CHANGELOG.md | 7 +++++-- Gemfile.lock | 4 ++-- lib/neo4j/http/version.rb | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a2e69c..7c90e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ Changelog ========= -## 0.0.2 04/12/2022 +## v1.0.0 04/28/2022 +* Initial gem extraction from Doximity + +## v0.0.2 04/12/2022 * Update gemspec causing faiulre to push to ruby gems -## 0.0.1 04/07/2022 +## v0.0.1 04/07/2022 * Initial empty gem diff --git a/Gemfile.lock b/Gemfile.lock index 882e4b9..ed3a5dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - neo4j-http (0.0.2) + neo4j-http (1.0.0) activesupport (>= 5.2) faraday (< 2) faraday-retry @@ -10,7 +10,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.2.3) + activesupport (7.0.2.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) diff --git a/lib/neo4j/http/version.rb b/lib/neo4j/http/version.rb index 0e3a281..fd6fe4e 100644 --- a/lib/neo4j/http/version.rb +++ b/lib/neo4j/http/version.rb @@ -1,5 +1,5 @@ module Neo4j module Http - VERSION = "0.0.2" + VERSION = "1.0.0" end end