From 9b97c800f55a93543eeaa113bb065053eca9c894 Mon Sep 17 00:00:00 2001 From: Vincent Tourraine Date: Thu, 25 Jan 2024 12:10:08 +0100 Subject: [PATCH] Bump to version 3.1.0 --- AcknowList.podspec.json | 4 ++-- CHANGELOG.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AcknowList.podspec.json b/AcknowList.podspec.json index ac70b5d..4c89381 100644 --- a/AcknowList.podspec.json +++ b/AcknowList.podspec.json @@ -1,6 +1,6 @@ { "name": "AcknowList", - "version": "3.0.1", + "version": "3.1.0", "summary": "Acknowledgements screen displaying a list of licenses, for example from CocoaPods and Swift Package Manager dependencies.", "homepage": "https://github.com/vtourraine/AcknowList", "license": { @@ -12,7 +12,7 @@ }, "source": { "git": "https://github.com/vtourraine/AcknowList.git", - "tag": "3.0.1" + "tag": "3.1.0" }, "source_files": "Sources/AcknowList/*.swift", "osx": { diff --git a/CHANGELOG.md b/CHANGELOG.md index 97b23de..e187925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 3.1 (work in progress) +## 3.1.0 (25 January 2024) - Add `GitHubAPI` to get licenses from GitHub API - Update `AcknowListViewController` and `AcknowListSwiftUIView` to get missing licenses from GitHub API, with new `canFetchLicenseFromGitHub` property to disable this behavior