Skip to content

Commit 98ebb10

Browse files
authored
Merge pull request #284 from mattrubin/prepare-release
Prepare for release
2 parents 69156c1 + c113690 commit 98ebb10

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Authenticator/Source/AppController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// AppController.swift
33
// Authenticator
44
//
5-
// Copyright (c) 2016-2017 Authenticator authors
5+
// Copyright (c) 2016-2018 Authenticator authors
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy
88
// of this software and associated documentation files (the "Software"), to deal

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to the project will be documented in this file.
44
[Authenticator]: https://github.com/mattrubin/Authenticator
55

66

7+
## [2.0.5] - 2018-09-17
8+
- Added an alert to ask the user for confirmation before permanently deleting a token.
9+
([#217](https://github.com/mattrubin/Authenticator/pull/217))
10+
11+
712
## [2.0.4] - 2018-04-29
813
- Fixed a crash on launch for some users, caused by deserialization errors when loading persistent tokens from the keychain.
914
([#277](https://github.com/mattrubin/Authenticator/issues/277))
@@ -107,7 +112,8 @@ For security reasons, tokens are stored only on one device, and are not included
107112
## [1.0] - 2013-11-25
108113

109114

110-
[Unreleased]: https://github.com/mattrubin/Authenticator/compare/2.0.4...HEAD
115+
[Unreleased]: https://github.com/mattrubin/Authenticator/compare/2.0.5...HEAD
116+
[2.0.5]: https://github.com/mattrubin/Authenticator/compare/2.0.4...2.0.5
111117
[2.0.4]: https://github.com/mattrubin/Authenticator/compare/2.0.3...2.0.4
112118
[2.0.3]: https://github.com/mattrubin/Authenticator/compare/2.0.2...2.0.3
113119
[2.0.2]: https://github.com/mattrubin/Authenticator/compare/2.0.1...2.0.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
This release fixes an issue that was causing the app to crash on launch for some users.
1+
• Added an alert to ask the user for confirmation before permanently deleting a token.

0 commit comments

Comments
 (0)