Skip to content

Commit

Permalink
ci(release): generate CHANGELOG.md for version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyve MDM committed Oct 11, 2018
1 parent 4a27d2a commit 1007259
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,39 @@ All notable changes to this project will be documented in this file. See [standa



<a name="1.0.0"></a>
# 1.0.0 (2018-10-11)


### Bug Fixes

* **api:** fix return value killSession ([8b90f41](https://github.com/hectorerb/swift-library-glpi/commit/8b90f41))
* **response:** fix error message ([047d7f8](https://github.com/hectorerb/swift-library-glpi/commit/047d7f8))
* **routers:** fix send request with parameters ([d935448](https://github.com/hectorerb/swift-library-glpi/commit/d935448))


### Features

* **api:** add basic endpoints ([#9](https://github.com/hectorerb/swift-library-glpi/issues/9)) ([aea5f75](https://github.com/hectorerb/swift-library-glpi/commit/aea5f75))
* **api:** request add items ([2fac6ad](https://github.com/hectorerb/swift-library-glpi/commit/2fac6ad))
* **api:** request change active entities ([901a22a](https://github.com/hectorerb/swift-library-glpi/commit/901a22a))
* **api:** request change active profile ([e0b668e](https://github.com/hectorerb/swift-library-glpi/commit/e0b668e))
* **api:** request delete items ([45f797f](https://github.com/hectorerb/swift-library-glpi/commit/45f797f))
* **api:** request get all items ([40beb23](https://github.com/hectorerb/swift-library-glpi/commit/40beb23))
* **api:** request get an item ([d358cc8](https://github.com/hectorerb/swift-library-glpi/commit/d358cc8))
* **api:** request get sub items ([493281c](https://github.com/hectorerb/swift-library-glpi/commit/493281c))
* **api:** request listSearchOption ([f0a55f9](https://github.com/hectorerb/swift-library-glpi/commit/f0a55f9))
* **api:** request lost passwords ([8f7fdb0](https://github.com/hectorerb/swift-library-glpi/commit/8f7fdb0))
* **api:** request reset passwords ([0da5195](https://github.com/hectorerb/swift-library-glpi/commit/0da5195))
* **api:** request search endpoint ([0ca4af5](https://github.com/hectorerb/swift-library-glpi/commit/0ca4af5))
* **api:** request update items ([eab4ebd](https://github.com/hectorerb/swift-library-glpi/commit/eab4ebd))
* **items:** create enum ItemType ([397de63](https://github.com/hectorerb/swift-library-glpi/commit/397de63))
* **request:** create structure to handle parameters in getAllItems ([5d6cb5d](https://github.com/hectorerb/swift-library-glpi/commit/5d6cb5d))
* **request:** create structure to handle parameters in getAnItem ([a27347d](https://github.com/hectorerb/swift-library-glpi/commit/a27347d))
* **request:** create structure to handle parameters in getSubItems ([70709d1](https://github.com/hectorerb/swift-library-glpi/commit/70709d1))



<a name="0.0.1"></a>
## 0.0.1 (2018-10-10)

Expand Down

0 comments on commit 1007259

Please sign in to comment.