From 4b9644305635f18944cf2bbdda8c47c643a5207a Mon Sep 17 00:00:00 2001 From: lucasjhall Date: Tue, 27 Jul 2021 08:34:37 -0700 Subject: [PATCH] v3.0.6 --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ce9f6..c127ed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## v3.0.6 + +### PRs Included + +- [#35](https://github.com/macadmins/simpleMDMpy/pull/25) +- [#34](https://github.com/macadmins/simpleMDMpy/pull/34) +- [#27](https://github.com/macadmins/simpleMDMpy/pull/27) + +### Changes + +- Add method to get all custom attributes for a device + ## v3.0.5 ### Issues diff --git a/README.md b/README.md index b806ee6..a73135f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A python library for simpleMDM API. [SimpleMDM API Documentation](https://simplemdm.com/docs/api) -## Contributing +## Contributing - [Contributing.md](./CONTRIBUTING.md)