File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.1.0] - 2023-02-13
6+
57### Added
68
79- Option for basic token authentication in GraphQL
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
Original file line number Diff line number Diff line change 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 /**
You can’t perform that action at this time.
0 commit comments