|
2 | 2 |
|
3 | 3 | <!--## [In development][develop]-->
|
4 | 4 |
|
| 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 | + |
5 | 11 | ## [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/). |
7 | 13 | ([#74](https://github.com/mattrubin/OneTimePassword/pull/74),
|
8 | 14 | [#78](https://github.com/mattrubin/OneTimePassword/pull/78),
|
9 | 15 | [#80](https://github.com/mattrubin/OneTimePassword/pull/80),
|
|
14 | 20 | [#122](https://github.com/mattrubin/OneTimePassword/pull/122),
|
15 | 21 | [#123](https://github.com/mattrubin/OneTimePassword/pull/123),
|
16 | 22 | [#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)) |
19 | 25 |
|
20 | 26 |
|
21 | 27 | ## [2.1.1][] (2016-12-28)
|
@@ -115,8 +121,9 @@ Changes between prerelease versions of OneTimePassword version 2 can be found be
|
115 | 121 |
|
116 | 122 | ## [1.0.0][] (2014-07-17)
|
117 | 123 |
|
118 |
| -[develop]: https://github.com/mattrubin/OneTimePassword/compare/3.0...develop |
| 124 | +[develop]: https://github.com/mattrubin/OneTimePassword/compare/3.0.1...develop |
119 | 125 |
|
| 126 | +[3.0.1]: https://github.com/mattrubin/OneTimePassword/compare/3.0...3.0.1 |
120 | 127 | [3.0]: https://github.com/mattrubin/OneTimePassword/compare/2.1.1...3.0
|
121 | 128 | [2.1.1]: https://github.com/mattrubin/OneTimePassword/compare/2.1...2.1.1
|
122 | 129 | [2.1]: https://github.com/mattrubin/OneTimePassword/compare/2.0.1...2.1
|
|
0 commit comments