Skip to content

Commit 9f64c8c

Browse files
committed
Update changelog and bump up the version.
1 parent 9dd5592 commit 9f64c8c

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,6 +1,9 @@
11
ProcessGraphQL Changelog
22
========================
33

4+
### 0.12.1
5+
- Fixed bugs
6+
47
### 0.12.0
58
- Implemented `variations` field for PageImageType.
69
- Implemented `size` field for PageImageType.

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

0 commit comments

Comments
 (0)