Skip to content

Commit d125b82

Browse files
committed
ci(release): generate CHANGELOG.md for version 1.0.0
1 parent a50a8a0 commit d125b82

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="1.0.0"></a>
6+
# 1.0.0 (2018-10-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **api:** fix return value killSession ([8b90f41](https://github.com/glpi-project/swift-library-glpi/commit/8b90f41))
12+
* **response:** fix error message ([047d7f8](https://github.com/glpi-project/swift-library-glpi/commit/047d7f8))
13+
* **routers:** fix send request with parameters ([d935448](https://github.com/glpi-project/swift-library-glpi/commit/d935448))
14+
15+
16+
### Features
17+
18+
* **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))
19+
* **api:** request add items ([2fac6ad](https://github.com/glpi-project/swift-library-glpi/commit/2fac6ad))
20+
* **api:** request change active entities ([901a22a](https://github.com/glpi-project/swift-library-glpi/commit/901a22a))
21+
* **api:** request change active profile ([e0b668e](https://github.com/glpi-project/swift-library-glpi/commit/e0b668e))
22+
* **api:** request delete items ([45f797f](https://github.com/glpi-project/swift-library-glpi/commit/45f797f))
23+
* **api:** request get all items ([40beb23](https://github.com/glpi-project/swift-library-glpi/commit/40beb23))
24+
* **api:** request get an item ([d358cc8](https://github.com/glpi-project/swift-library-glpi/commit/d358cc8))
25+
* **api:** request get sub items ([493281c](https://github.com/glpi-project/swift-library-glpi/commit/493281c))
26+
* **api:** request listSearchOption ([f0a55f9](https://github.com/glpi-project/swift-library-glpi/commit/f0a55f9))
27+
* **api:** request lost passwords ([8f7fdb0](https://github.com/glpi-project/swift-library-glpi/commit/8f7fdb0))
28+
* **api:** request reset passwords ([0da5195](https://github.com/glpi-project/swift-library-glpi/commit/0da5195))
29+
* **api:** request search endpoint ([0ca4af5](https://github.com/glpi-project/swift-library-glpi/commit/0ca4af5))
30+
* **api:** request update items ([eab4ebd](https://github.com/glpi-project/swift-library-glpi/commit/eab4ebd))
31+
* **items:** create enum ItemType ([397de63](https://github.com/glpi-project/swift-library-glpi/commit/397de63))
32+
* **request:** create structure to handle parameters in getAllItems ([5d6cb5d](https://github.com/glpi-project/swift-library-glpi/commit/5d6cb5d))
33+
* **request:** create structure to handle parameters in getAnItem ([a27347d](https://github.com/glpi-project/swift-library-glpi/commit/a27347d))
34+
* **request:** create structure to handle parameters in getSubItems ([70709d1](https://github.com/glpi-project/swift-library-glpi/commit/70709d1))

0 commit comments

Comments
 (0)