Skip to content

Commit

Permalink
Bump to 2.0.0, Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NickolausDS committed Dec 2, 2021
1 parent ce5c2ce commit ea5e6d7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
CHANGELOG
=========

2.0.0
-----

Minid 2.0.0 is a substantial upgrade including a full switch to Globus Auth,
use of a new resource server, and an overhaul of the internal SDK and CLI. Highlights
are shown below, but more information can be found in the beta releases and in git.

* Major overhaul of both Minid client/server (`#26`_)
* Switch resource server to https://identifiers.fair-research.org/
* Switch Auth mechanism to use Globus Auth
* Client now based around the Fair Identifiers Client for minting identifiers
* Switched CLI from a custom ArgumentParser implementation to Click (`#70`_)


2.0.0b8
-------

Expand Down
2 changes: 1 addition & 1 deletion minid/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = '2.0.0b8'
__VERSION__ = '2.0.0'

0 comments on commit ea5e6d7

Please sign in to comment.