Skip to content

Commit d2b0412

Browse files
bryannielsengithub-actions[bot]
authored andcommitted
Prepare Release 0.1.0
1 parent c9ebdfd commit d2b0412

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.1.0] - 2023-02-13
6+
57
### Added
68

79
- Option for basic token authentication in GraphQL
@@ -69,7 +71,9 @@
6971

7072
- Initial Beta Release
7173

72-
[Unreleased]: https://github.com/ExpressionEngine/Coilpack/compare/0.0.3...HEAD
74+
[Unreleased]: https://github.com/ExpressionEngine/Coilpack/compare/0.1.0...HEAD
75+
76+
[0.1.0]: https://github.com/ExpressionEngine/Coilpack/compare/0.0.3...0.1.0
7377

7478
[0.0.3]: https://github.com/ExpressionEngine/Coilpack/compare/0.0.2...0.0.3
7579

config/coilpack.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
/**
6969
* When using the 'token' driver it will be stored here
7070
*/
71-
'token' => env('COILPACK_GRAPHQL_TOKEN', null)
72-
]
71+
'token' => env('COILPACK_GRAPHQL_TOKEN', null),
72+
],
7373
],
7474

7575
/**

0 commit comments

Comments
 (0)