Skip to content

Commit b490afc

Browse files
committed
FORMS-984: Updated changelog
1 parent 083dac8 commit b490afc

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ about writing changes to this log.
88

99
## [Unreleased]
1010

11+
## [2.0.1]
12+
13+
- Updated install config with new list submissions endpoint
14+
15+
## [2.0.0]
16+
1117
- Added endpoint for getting all submissions on a webform.
1218
- **Updated** permissions such that users must be given access explicitly.
1319

@@ -22,6 +28,8 @@ about writing changes to this log.
2228

2329
- Release 1.0.0
2430

25-
[Unreleased]: https://github.com/OS2Forms/os2forms_rest_api/compare/1.1.0...HEAD
31+
[Unreleased]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.0.1...HEAD
32+
[2.0.1]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.0.0...2.0.1
33+
[2.0.0]: https://github.com/OS2Forms/os2forms_rest_api/compare/1.1.0...2.0.0
2634
[1.1.0]: https://github.com/OS2Forms/os2forms_rest_api/compare/1.0.0...1.1.0
2735
[1.0.0]: https://github.com/OS2Forms/os2forms_rest_api//releases/tag/1.0.0

os2forms_rest_api.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
/**
99
* Installing webform submissions endpoint.
1010
*/
11-
function os2forms_rest_api_update_9001() {
11+
function os2forms_rest_api_update_9001(): void {
1212
\Drupal::service('config.installer')->installDefaultConfig('module', 'os2forms_rest_api');
1313
}

0 commit comments

Comments
 (0)