Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nettofarah committed Apr 10, 2017
1 parent d0d5853 commit 2247070
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# 0.1.2
- Acceptany version of graphql-ruby over 1.0.0

# 0.1.1
- Initial Release
2 changes: 1 addition & 1 deletion graphql-query-resolver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency "graphql", ">= 1.0.0"
spec.add_runtime_dependency "graphql", '~> 1.0', '>= 1.0.0'

spec.add_development_dependency "bundler", "~> 1.11"
spec.add_development_dependency "sqlite3", "~> 1.3", ">= 1.3.12"
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/query_resolver/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module GraphQL
module QueryResolver
VERSION = "0.1.1"
VERSION = "0.1.2"
end
end

0 comments on commit 2247070

Please sign in to comment.