v0.5.0
Summary
General update
- Upgrade go.mod directive version to
1.16
. - Option argument added to
Delete()
forhubspot.Client
. - ContentType argument added to
NewRequest()
andCreateAndDo()
forhubspot.Client
.
API update
- Contact delete API is now available.
- The following APIs have been implemented in Beta.
- CRM Imports/Schemas/Properties API
What's Changed
- Add delete contact functionality by @moses-lee in #15
- Support for the CRM imports API by @sblackstone in #14
- upgrade go and toolset version and run formatter by @kk-no in #18
- CRM Schemas/Properties CRUD support by @sblackstone in #17
- Update README.md and add const for mimetype by @kk-no in #20
New Contributors
- @moses-lee made their first contribution in #15
Full Changelog: v0.4.0...v0.5.0