Skip to content

Commit

Permalink
Initial v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rstawarz committed Apr 29, 2022
1 parent 8ba9576 commit ee3b13d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
neo4j-http (0.0.2)
neo4j-http (1.0.0)
activesupport (>= 5.2)
faraday (< 2)
faraday-retry
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/neo4j/http/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Neo4j
module Http
VERSION = "0.0.2"
VERSION = "1.0.0"
end
end

0 comments on commit ee3b13d

Please sign in to comment.