Skip to content
This repository was archived by the owner on Jul 3, 2022. It is now read-only.

Commit 9279def

Browse files
committed
Add changelog entry
1 parent a03d79c commit 9279def

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

BrightFutures.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'BrightFutures'
3-
s.version = '8.0.0'
3+
s.version = '8.0.1'
44
s.license = 'MIT'
55
s.summary = 'Write great asynchronous code in Swift using futures and promises'
66
s.homepage = 'https://github.com/Thomvis/BrightFutures'

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 8.0.1
2+
- Fixes an issue that broke Swift Package Manager support. ([#208](https://github.com/Thomvis/BrightFutures/pull/208), thanks [slessans](https://github.com/slessans)!)
3+
14
# 8.0.0
25
Adds support for Swift 5 and Xcode 10.2. Previous versions of Swift are no longer supported.
36

0 commit comments

Comments
 (0)