From 0e8f4f76966abceaa3147726f0c21dca473527d7 Mon Sep 17 00:00:00 2001 From: ShocOne <62835948+ShocOne@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:16:14 +0100 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3b77c9..8c93bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.0](https://github.com/deploymenttheory/go-api-sdk-apple/compare/v0.1.1...v0.2.0) (2025-10-22) + + +### Features + +* added v3 for testing ([1033b91](https://github.com/deploymenttheory/go-api-sdk-apple/commit/1033b91a5272508a7333794ab5d07280c6611b51)) + + +### Bug Fixes + +* examples for axm ([d440074](https://github.com/deploymenttheory/go-api-sdk-apple/commit/d440074f23fe32a6bd836ae5c93eb36af0463ba6)) +* examples tweaks ([da6a634](https://github.com/deploymenttheory/go-api-sdk-apple/commit/da6a634d0f785ae0f51e5982160c0129322a132b)) +* for constants usage ([68b48e4](https://github.com/deploymenttheory/go-api-sdk-apple/commit/68b48e4629575723c051c48988a09fffc0dd0a70)) +* more struct dupes ([e6c73b8](https://github.com/deploymenttheory/go-api-sdk-apple/commit/e6c73b8c04b6d02415dd79a93e15e5f8f56955ae)) +* query struct dupe ([34cfa2f](https://github.com/deploymenttheory/go-api-sdk-apple/commit/34cfa2f9a62df538c2f16da70c1efb20d92befd1)) +* removed reudundant oauth auth code ([4f0274f](https://github.com/deploymenttheory/go-api-sdk-apple/commit/4f0274f8175fadf03afc98dbfa4984926ac17b2e)) +* restructure ([3cb4069](https://github.com/deploymenttheory/go-api-sdk-apple/commit/3cb40692b672787f77cc0bb676dbb90eb383170b)) +* struct reorg ([da77d79](https://github.com/deploymenttheory/go-api-sdk-apple/commit/da77d79e7af59dfb3ec895582f2d3a7ebde09431)) + ## [0.1.1](https://github.com/deploymenttheory/go-api-sdk-apple/compare/v0.1.0...v0.1.1) (2025-10-09)