Skip to content

Commit 2247070

Browse files
committed
Update changelog
1 parent d0d5853 commit 2247070

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# 0.1.2
2+
- Acceptany version of graphql-ruby over 1.0.0
3+
14
# 0.1.1
25
- Initial Release

graphql-query-resolver.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2020
spec.require_paths = ["lib"]
2121

22-
spec.add_runtime_dependency "graphql", ">= 1.0.0"
22+
spec.add_runtime_dependency "graphql", '~> 1.0', '>= 1.0.0'
2323

2424
spec.add_development_dependency "bundler", "~> 1.11"
2525
spec.add_development_dependency "sqlite3", "~> 1.3", ">= 1.3.12"

lib/graphql/query_resolver/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module GraphQL
22
module QueryResolver
3-
VERSION = "0.1.1"
3+
VERSION = "0.1.2"
44
end
55
end

0 commit comments

Comments
 (0)