diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aaef23..e3dc0c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## Version 5.2.0 + +Releasedate: 2024-01-15 + +```ruby +pod 'DeviceKit', '~> 5.2' +``` + +### New features + +- Add `.hasUSBCConnectivity` to `Device` to indicate whether the device has an USB-C port. ([#373](https://github.com/devicekit/DeviceKit/pull/373)) +- Add `.hasDynamicIsland` to `Device` to indicate whether the device has a dynamic island. ([#368](https://github.com/devicekit/DeviceKit/pull/368)) +- Add `.has5gSupport` to `Device` to indicate whether the device has 5G support. ([#340](https://github.com/devicekit/DeviceKit/pull/340)) +- Added Privacy Manifest to DeviceKit. ([#367](https://github.com/devicekit/DeviceKit/pull/367)) + +### Contributors + +Thanks to all the contributers of this release! +- [mhausherr](https://github.com/mhausherr) +- [417-72KI](https://github.com/417-72KI) +- [furiosFast](https://github.com/furiosFast) + ## Version 5.1.0 Releasedate: 2023-09-21