diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6db31..f7d0b60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 2.3.0 - 2021-06-13 +- Add Apple Music identifier to whitelist +- Add Package.swift +- Add function to stop the MediaKeyTap + # 2.2.1 - 2019-02-24 - Avoid TIS/TSM error due to creation of NSEvents on a background thread. diff --git a/MediaKeyTap.podspec b/MediaKeyTap.podspec index a830dd4..0b156bd 100644 --- a/MediaKeyTap.podspec +++ b/MediaKeyTap.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MediaKeyTap" - s.version = "2.2.1" + s.version = "2.3.0" s.summary = "Access the Mac's media keys in Swift" s.homepage = "https://github.com/nhurden/MediaKeyTap" s.license = { type: 'MIT', file: 'LICENSE' }