Skip to content

Commit

Permalink
Update NEWS and version for 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dagheyman committed Mar 10, 2017
1 parent 491b756 commit dd6f9b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
* Version 0.3.1 (unreleased)
** Allow programming of TOTP credentials in YubiKey Slots using the chalresp command.
** Add a calculate command (and library support) to perform a challenge-response operation. Can also be used to generate TOTP codes for credentials stored in a slot.
** OATH: Remove whitespace in secret keys provided by the user.
** OATH: Prompt the user to touch the YubiKey for HOTP touch credentials.
** Bugfix: The flag for showing hidden credentials was not working correctly for the oath code command.

* Version 0.3.0 (released 2017-01-23)
** OATH functionality added. The tool now exposes the OATH functionality found on the YubiKey 4 and NEO. To list the available commands, run ykman oath -h.
** Added support for randomly generated static passwords.
Expand Down
2 changes: 1 addition & 1 deletion ykman/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

__version__ = "0.3.0"
__version__ = "0.3.1-dev"

0 comments on commit dd6f9b2

Please sign in to comment.