-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(release): generate CHANGELOG.md for version 1.0.0
- Loading branch information
1 parent
a50a8a0
commit d125b82
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
<a name="1.0.0"></a> | ||
# 1.0.0 (2018-10-15) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **api:** fix return value killSession ([8b90f41](https://github.com/glpi-project/swift-library-glpi/commit/8b90f41)) | ||
* **response:** fix error message ([047d7f8](https://github.com/glpi-project/swift-library-glpi/commit/047d7f8)) | ||
* **routers:** fix send request with parameters ([d935448](https://github.com/glpi-project/swift-library-glpi/commit/d935448)) | ||
|
||
|
||
### Features | ||
|
||
* **api:** add basic endpoints ([#9](https://github.com/glpi-project/swift-library-glpi/issues/9)) ([aea5f75](https://github.com/glpi-project/swift-library-glpi/commit/aea5f75)) | ||
* **api:** request add items ([2fac6ad](https://github.com/glpi-project/swift-library-glpi/commit/2fac6ad)) | ||
* **api:** request change active entities ([901a22a](https://github.com/glpi-project/swift-library-glpi/commit/901a22a)) | ||
* **api:** request change active profile ([e0b668e](https://github.com/glpi-project/swift-library-glpi/commit/e0b668e)) | ||
* **api:** request delete items ([45f797f](https://github.com/glpi-project/swift-library-glpi/commit/45f797f)) | ||
* **api:** request get all items ([40beb23](https://github.com/glpi-project/swift-library-glpi/commit/40beb23)) | ||
* **api:** request get an item ([d358cc8](https://github.com/glpi-project/swift-library-glpi/commit/d358cc8)) | ||
* **api:** request get sub items ([493281c](https://github.com/glpi-project/swift-library-glpi/commit/493281c)) | ||
* **api:** request listSearchOption ([f0a55f9](https://github.com/glpi-project/swift-library-glpi/commit/f0a55f9)) | ||
* **api:** request lost passwords ([8f7fdb0](https://github.com/glpi-project/swift-library-glpi/commit/8f7fdb0)) | ||
* **api:** request reset passwords ([0da5195](https://github.com/glpi-project/swift-library-glpi/commit/0da5195)) | ||
* **api:** request search endpoint ([0ca4af5](https://github.com/glpi-project/swift-library-glpi/commit/0ca4af5)) | ||
* **api:** request update items ([eab4ebd](https://github.com/glpi-project/swift-library-glpi/commit/eab4ebd)) | ||
* **items:** create enum ItemType ([397de63](https://github.com/glpi-project/swift-library-glpi/commit/397de63)) | ||
* **request:** create structure to handle parameters in getAllItems ([5d6cb5d](https://github.com/glpi-project/swift-library-glpi/commit/5d6cb5d)) | ||
* **request:** create structure to handle parameters in getAnItem ([a27347d](https://github.com/glpi-project/swift-library-glpi/commit/a27347d)) | ||
* **request:** create structure to handle parameters in getSubItems ([70709d1](https://github.com/glpi-project/swift-library-glpi/commit/70709d1)) |