Skip to content

Commit

Permalink
Update CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkollasch committed Oct 25, 2021
1 parent 1fda3b9 commit b654abc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog for Jupyter-O2
========================

1.1.0 - 2021-10-25
------------------

Jupyter-O2 detects and responds to Duo two-factor authentication
prompts automatically, requesting a Duo push by default.
This means that the arguments ``--2fa --2fa-code 1`` are no longer
required to use two-factor authentication; ``--2fa`` now has no effect.

Added
^^^^^
- Automatic detection and handling of 2FA prompts #10
- More error messages in case of job submission errors #11
- Interactive mode for responding to 2FA prompt #2

1.0.6 - 2021-06-17
------------------

Expand Down
2 changes: 1 addition & 1 deletion src/jupyter_o2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
)

__author__ = "Aaron Kollasch"
__date__ = "2021-06-06"
__date__ = "2021-10-25"
__copyright__ = "Copyright 2017-2021, Aaron Kollasch"
__email__ = "[email protected]"
__status__ = "Production"
Expand Down

0 comments on commit b654abc

Please sign in to comment.