Skip to content

Commit b9b14b8

Browse files
committed
Update changelog and bump up the version.
1 parent 8facf18 commit b9b14b8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 0.9.0
2+
- Made GraphiQL assets load in traditional Process module way.
3+
- Added template name change tracking support.
4+
- Incompatible template names now cannot be selected as legalTemplates.
5+
-
6+
17
### 0.8.0
28
- Global fields now are included into PageInterface.
39
- Added `me` field that represents the current user.

ProcessGraphQL.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ProcessGraphQL extends Process implements Module {
1313
{
1414
return array(
1515
'title' => 'GraphQL',
16-
'version' => '0.8.0',
16+
'version' => '0.9.0',
1717
'summary' => 'GraphQL for ProcessWire.',
1818
'href' => 'https://github.com/dadish/ProcessGraphql',
1919
'singular' => true,

0 commit comments

Comments
 (0)