Skip to content

Commit c940b8a

Browse files
committed
Update changelog and bump up the version.
1 parent 74f23f8 commit c940b8a

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.9.1
2+
- Fix GraphQLServerUrl property bug.
3+
14
### 0.9.0
25
- Made GraphiQL assets load in traditional Process module way.
36
- Added template name change tracking support.

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.9.0',
16+
'version' => '0.9.1',
1717
'summary' => 'GraphQL for ProcessWire.',
1818
'href' => 'https://github.com/dadish/ProcessGraphql',
1919
'singular' => true,

0 commit comments

Comments
 (0)