diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ac40e..3a2e69c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ Changelog ========= +## 0.0.2 04/12/2022 +* Update gemspec causing faiulre to push to ruby gems + ## 0.0.1 04/07/2022 * Initial empty gem diff --git a/Gemfile.lock b/Gemfile.lock index c1924a6..882e4b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - neo4j-http (0.0.1) + neo4j-http (0.0.2) activesupport (>= 5.2) faraday (< 2) faraday-retry diff --git a/lib/neo4j/http/version.rb b/lib/neo4j/http/version.rb index 7f8c513..0e3a281 100644 --- a/lib/neo4j/http/version.rb +++ b/lib/neo4j/http/version.rb @@ -1,5 +1,5 @@ module Neo4j module Http - VERSION = "0.0.1" + VERSION = "0.0.2" end end