Skip to content

Commit 3cf5c40

Browse files
committed
Update changelog & pump up the patch version.
1 parent 2c0adde commit 3cf5c40

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 0.0.7
2+
- Added authentication support.
3+
14
### 0.0.6
25
- Added support for field permissions.
36
- Added option for full width GraphiQL.

ProcessGraphQL.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ProcessGraphQL extends Process implements Module {
1111
{
1212
return array(
1313
'title' => 'GraphQL',
14-
'version' => 005,
14+
'version' => 007,
1515
'summary' => 'GraphQL for ProcessWire.',
1616
'href' => 'https://github.com/dadish/ProcessGraphql',
1717
'singular' => true,

0 commit comments

Comments
 (0)