Skip to content

Commit 72a4c28

Browse files
committed
Merge hotfix-changelog into hotfix
2 parents 52bd116 + b15fdef commit 72a4c28

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
<!--## [In development][develop]-->
44

5+
## [3.0.1][] (2018-03-08)
6+
- Fix an issue where CocoaPods was trying to build OneTimePassword with Swift 4. ([#157](https://github.com/mattrubin/OneTimePassword/pull/157))
7+
- Fix the Base32-decoding function in the token creation example code. ([#134](https://github.com/mattrubin/OneTimePassword/pull/134))
8+
- Tweak the Travis CI configuration to work around test timeout flakiness. ([#131](https://github.com/mattrubin/OneTimePassword/pull/131))
9+
- Clean up some old Keychain code which was used to provide Xcode 7 backwards compatibility. ([#133](https://github.com/mattrubin/OneTimePassword/pull/133))
10+
511
## [3.0][] (2017-02-07)
6-
- Convert to Swift 3 and update the library API to follow the Swift [API Design Guidelines](https://swift.org/documentation/api-design-guidelines/)
12+
- Convert to Swift 3 and update the library API to follow the Swift [API Design Guidelines](https://swift.org/documentation/api-design-guidelines/).
713
([#74](https://github.com/mattrubin/OneTimePassword/pull/74),
814
[#78](https://github.com/mattrubin/OneTimePassword/pull/78),
915
[#80](https://github.com/mattrubin/OneTimePassword/pull/80),
@@ -14,8 +20,8 @@
1420
[#122](https://github.com/mattrubin/OneTimePassword/pull/122),
1521
[#123](https://github.com/mattrubin/OneTimePassword/pull/123),
1622
[#125](https://github.com/mattrubin/OneTimePassword/pull/125))
17-
- Convert `password(at:)` to take a `Date` instead of a `TimeInterval` ([#124](https://github.com/mattrubin/OneTimePassword/pull/124))
18-
- Update the SwiftLint configuration ([#120](https://github.com/mattrubin/OneTimePassword/pull/120))
23+
- Convert `password(at:)` to take a `Date` instead of a `TimeInterval`. ([#124](https://github.com/mattrubin/OneTimePassword/pull/124))
24+
- Update the SwiftLint configuration. ([#120](https://github.com/mattrubin/OneTimePassword/pull/120))
1925

2026

2127
## [2.1.1][] (2016-12-28)
@@ -115,8 +121,9 @@ Changes between prerelease versions of OneTimePassword version 2 can be found be
115121

116122
## [1.0.0][] (2014-07-17)
117123

118-
[develop]: https://github.com/mattrubin/OneTimePassword/compare/3.0...develop
124+
[develop]: https://github.com/mattrubin/OneTimePassword/compare/3.0.1...develop
119125

126+
[3.0.1]: https://github.com/mattrubin/OneTimePassword/compare/3.0...3.0.1
120127
[3.0]: https://github.com/mattrubin/OneTimePassword/compare/2.1.1...3.0
121128
[2.1.1]: https://github.com/mattrubin/OneTimePassword/compare/2.1...2.1.1
122129
[2.1]: https://github.com/mattrubin/OneTimePassword/compare/2.0.1...2.1

0 commit comments

Comments
 (0)