Releases: nukosuke/go-zendesk
Releases · nukosuke/go-zendesk
v0.11.0
What's Changed
- Update actions/setup-go action to v3 by @renovate in #220
- Use pointers in ticket struct to have fields omitted by omitempty. by @adabrooker in #221
- Adds organization_memberships support by @mstanbCO in #222
- Adds support for fetching the list of custom roles by @mstanbCO in #223
- Add support for Go1.18 and drop Go1.13 by @nukosuke in #224
- Add missing method for dynamic content item by @nukosuke in #225
New Contributors
- @adabrooker made their first contribution in #221
- @mstanbCO made their first contribution in #222
Full Changelog: v0.10.3...v0.11.0
v0.10.3
v0.10.2
What's Changed
- Add support for go1.17 / drop for go1.11, go1.12 by @nukosuke in #213
- Allow omitempty to work for DueAt time.Time by @Ruxton in #214
- Adding create or update user api by @eSchwander in #215
New Contributors
- @Ruxton made their first contribution in #214
- @eSchwander made their first contribution in #215
Full Changelog: v0.10.1...v0.10.2