Skip to content

Commit

Permalink
Merge pull request #33 from canonical/release-1.2.0
Browse files Browse the repository at this point in the history
release 1.2.0 (CRAFT-703)
  • Loading branch information
sergiusens committed Dec 9, 2021
2 parents 916f20d + dbcd8aa commit 47dee22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion craft_store/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

"""Interact with Canonical services such as Charmhub and the Snap Store."""

__version__ = "1.1.0"
__version__ = "1.2.0"


from . import endpoints, errors
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
*********

1.2.0 (2021-12-09)
------------------

- New whoami endpoint for :class:`craft_store.endpoints.CHARMHUB`
- New class to provide login support for Ubuntu One SSO
:class:`craft_store.ubuntu_one_store_client.UbuntuOneStoreClient`

1.1.0 (2021-11-19)
------------------

Expand Down

0 comments on commit 47dee22

Please sign in to comment.