Skip to content

Commit 5378492

Browse files
committed
Updated with latest release.
1 parent 49d5b32 commit 5378492

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

CHANGELOG.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,77 @@
11
# Changelog
22
Changelog of GitLab4J API.
33

4+
## gitlab4j-api-4.9.19
5+
### GitHub [#317](https://github.com/gmessner/gitlab4j-api/issues/317) Package API *enhancement*
6+
7+
**Added support for the Packages API (#317).**
8+
9+
10+
[87ea8f6dc79d17a](https://github.com/gmessner/gitlab4j-api/commit/87ea8f6dc79d17a) Greg Messner *2019-03-20 06:44:55*
11+
12+
**Initial commit (#317).**
13+
14+
15+
[4080db209da2d6c](https://github.com/gmessner/gitlab4j-api/commit/4080db209da2d6c) Greg Messner *2019-03-20 06:42:37*
16+
17+
18+
### GitHub [#318](https://github.com/gmessner/gitlab4j-api/issues/318) Pipeline schedules Api *enhancement*
19+
20+
**Fixed tests so they would reliably execute (#318).**
21+
22+
23+
[85137e736c1ef58](https://github.com/gmessner/gitlab4j-api/commit/85137e736c1ef58) Greg Messner *2019-03-22 06:52:54*
24+
25+
**Renamed modifyPipelineSchedule() to updatePipelineSchedule() to follow library naming conventions (#318).**
26+
27+
28+
[02c1995c9a32e70](https://github.com/gmessner/gitlab4j-api/commit/02c1995c9a32e70) Greg Messner *2019-03-22 06:51:10*
29+
30+
31+
### GitHub [#319](https://github.com/gmessner/gitlab4j-api/pull/319) Update with pipeline schedule support
32+
33+
**Update with pipeline schedule support (#319)**
34+
35+
* pipeline schedule support
36+
* add test for json structure of pipeline-schedule
37+
38+
[88ec32b9ab9f807](https://github.com/gmessner/gitlab4j-api/commit/88ec32b9ab9f807) lpiet *2019-03-19 05:21:11*
39+
40+
41+
### GitHub [#320](https://github.com/gmessner/gitlab4j-api/issues/320) could WebHook entity add toString ? *enhancement*
42+
43+
**Implemented toString() (#320).**
44+
45+
46+
[2f2d2b45048c5f6](https://github.com/gmessner/gitlab4j-api/commit/2f2d2b45048c5f6) Greg Messner *2019-03-19 15:38:47*
47+
48+
49+
### GitHub [#321](https://github.com/gmessner/gitlab4j-api/issues/321) Support variables param in createPipeline *enhancement*
50+
51+
**Added createPipeline() method that takes the variables param (#321).**
52+
53+
54+
[74588bc739c2507](https://github.com/gmessner/gitlab4j-api/commit/74588bc739c2507) Greg Messner *2019-03-20 06:46:17*
55+
56+
57+
### No issue
58+
59+
**Bumped version.**
60+
61+
62+
[e75749c918fdac3](https://github.com/gmessner/gitlab4j-api/commit/e75749c918fdac3) Greg Messner *2019-03-22 06:53:57*
63+
64+
**Removed unused param in delete call.**
65+
66+
67+
[0e96088c0bc7366](https://github.com/gmessner/gitlab4j-api/commit/0e96088c0bc7366) Greg Messner *2019-03-20 06:43:45*
68+
69+
**Generated latest changelog.**
70+
71+
72+
[fce0863f4d61f96](https://github.com/gmessner/gitlab4j-api/commit/fce0863f4d61f96) Greg Messner *2019-03-06 16:25:28*
73+
74+
475
## gitlab4j-api-4.9.18
576
### GitHub [#302](https://github.com/gmessner/gitlab4j-api/issues/302) Improvement: Add optional parameters to GroupsApi.getGroups *enhancement*
677

0 commit comments

Comments
 (0)