Skip to content

Commit d1d534d

Browse files
authored
Merge pull request #16 from bitjourney/prepare-v0.3.0
Prepare v0.3.0
2 parents 20a9868 + 48e1ac9 commit d1d534d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 0.3.0 (2023-07-14)
6+
57
* [#15](https://github.com/bitjourney/graphql-autotest/pull/15): Migrating from Travis CI to GitHub Actions. (by @shimbaco)
68
* [#14](https://github.com/bitjourney/graphql-autotest/pull/14): Add support for field arguments. (by @takeyoda)
79

lib/graphql/autotest/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 Autotest
3-
VERSION = "0.2.1"
3+
VERSION = "0.3.0"
44
end
55
end

0 commit comments

Comments
 (0)