Skip to content

Commit 8949942

Browse files
committed
Update changelog and bump up the version.
1 parent 42ff367 commit 8949942

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
ProcessGraphQL Changelog
22
========================
33

4+
### 0.13.0
5+
- Add support for create/update mutation.
6+
- Add support for FieldtypeMapMarker field.
7+
48
### 0.12.1
59
- Fixed bugs
610

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

0 commit comments

Comments
 (0)