Skip to content

Commit

Permalink
Merge pull request #130 from mattrubin/changelog
Browse files Browse the repository at this point in the history
Update the changelog for OneTimePassword 3.0
  • Loading branch information
mattrubin authored Feb 7, 2017
2 parents cc8a008 + 8ec2dce commit d95b1dc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# OneTimePassword Changelog

<!--## [In development][master]-->
<!--## [In development][develop]-->

## [3.0][] (2017-02-07)
- Convert to Swift 3 and update the library API to follow the Swift [API Design Guidelines](https://swift.org/documentation/api-design-guidelines/)
([#74](https://github.com/mattrubin/OneTimePassword/pull/74),
[#78](https://github.com/mattrubin/OneTimePassword/pull/78),
[#80](https://github.com/mattrubin/OneTimePassword/pull/80),
[#91](https://github.com/mattrubin/OneTimePassword/pull/91),
[#100](https://github.com/mattrubin/OneTimePassword/pull/100),
[#111](https://github.com/mattrubin/OneTimePassword/pull/111),
[#113](https://github.com/mattrubin/OneTimePassword/pull/113),
[#122](https://github.com/mattrubin/OneTimePassword/pull/122),
[#123](https://github.com/mattrubin/OneTimePassword/pull/123),
[#125](https://github.com/mattrubin/OneTimePassword/pull/125))
- Convert `password(at:)` to take a `Date` instead of a `TimeInterval` ([#124](https://github.com/mattrubin/OneTimePassword/pull/124))
- Update the SwiftLint configuration ([#120](https://github.com/mattrubin/OneTimePassword/pull/120))


## [2.1.1][] (2016-12-28)
- Configure Travis to build and test with Xcode 8.2. ([#115](https://github.com/mattrubin/OneTimePassword/pull/115))
Expand Down Expand Up @@ -99,8 +115,9 @@ Changes between prerelease versions of OneTimePassword version 2 can be found be

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

[master]: https://github.com/mattrubin/OneTimePassword/compare/2.1.1...master
[develop]: https://github.com/mattrubin/OneTimePassword/compare/3.0...develop

[3.0]: https://github.com/mattrubin/OneTimePassword/compare/2.1.1...3.0
[2.1.1]: https://github.com/mattrubin/OneTimePassword/compare/2.1...2.1.1
[2.1]: https://github.com/mattrubin/OneTimePassword/compare/2.0.1...2.1
[2.0.1]: https://github.com/mattrubin/OneTimePassword/compare/2.0.0...2.0.1
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ carthage update --no-build --use-submodules
```

[Carthage]: https://github.com/Carthage/Carthage
[Cartfile]: https://github.com/mattrubin/OneTimePassword/blob/master/Cartfile
[Cartfile]: https://github.com/mattrubin/OneTimePassword/blob/develop/Cartfile

0 comments on commit d95b1dc

Please sign in to comment.