Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
release: 1.10.4
Browse files Browse the repository at this point in the history
- Fixed a looping bug that caused shippy to ask for login credentials repeatedly
- Fixed a bug that might occur when raising an upload exception
  • Loading branch information
ericswpark committed Apr 9, 2023
1 parent 4acb6d1 commit b5c281b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,17 @@ The format is based on [Keep a Changelog][keep-a-changelog].
# [Unreleased]


[Unreleased]: https://github.com/shipperstack/shippy/compare/1.10.3...HEAD
[Unreleased]: https://github.com/shipperstack/shippy/compare/1.10.4...HEAD


# [1.10.4] - 2023-04-09

## Changed
- Fixed a looping bug that caused shippy to ask for login credentials repeatedly
- Fixed a bug that might occur when raising an upload exception


[1.10.4]: https://github.com/shipperstack/shippy/compare/1.10.3...1.10.4


# [1.10.3] - 2023-04-09
Expand Down
2 changes: 1 addition & 1 deletion shippy/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.10.3"
__version__ = "1.10.4"

server_compat_version = "2.9.2"

0 comments on commit b5c281b

Please sign in to comment.