Skip to content

Commit

Permalink
Merge pull request #24 from canonical/release-1.1.0
Browse files Browse the repository at this point in the history
release: 1.1.0 (CRAFT-645)
  • Loading branch information
sergiusens committed Nov 19, 2021
2 parents ee429d6 + d4078dc commit 562b51f
Show file tree
Hide file tree
Showing 2 changed files with 11 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.0.0"
__version__ = "1.1.0"


from . import errors # noqa: F401
Expand Down
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog
*********

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

- Support for channels and packages in endpoints
- :class:`craft_store.store_client.StoreClient` support for retrieving
credentials from an environment variable
- Login credentials now returned from
:meth:`craft_store.store_client.StoreClient.login()`


1.0.0 (2021-10-21)
------------------

Expand Down

0 comments on commit 562b51f

Please sign in to comment.