Skip to content

Commit

Permalink
Release 2.9.0
Browse files Browse the repository at this point in the history
- Added more account fields for users (maintainers)
- Added account details edit page
- Added API endpoint to list maintainer details

- Form pages in shipper now look snazzier, thanks to `django-crispy-forms`!
- Updated library dependencies
  - django (4.1.3 -> 4.1.4)
  - sentry-sdk (1.11.1 -> 1.12.1)
- shipper is now licensed under AGPLv3!
- Miscellaneous code improvements
- General code cleanup
  • Loading branch information
ericswpark committed Dec 30, 2022
1 parent 434d9af commit 8387f88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog][keep-a-changelog].

# [Unreleased]


# [2.9.0] - 2022-12-30

## Added
- Added more account fields for users (maintainers)
- Added account details edit page
Expand Down Expand Up @@ -171,7 +174,8 @@ This release requires a manual migration. Please [read the documentation for mor
- celery (5.2.6 -> 5.2.7)


[Unreleased]: https://github.com/shipperstack/shipper/compare/2.8.0...HEAD
[Unreleased]: https://github.com/shipperstack/shipper/compare/2.9.0...HEAD
[2.9.0]: https://github.com/shipperstack/shipper/compare/2.8.0...2.9.0
[2.8.0]: https://github.com/shipperstack/shipper/compare/2.7.1...2.8.0
[2.7.1]: https://github.com/shipperstack/shipper/compare/2.7.0...2.7.1
[2.7.0]: https://github.com/shipperstack/shipper/compare/2.6.1...2.7.0
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2.8.0
2.9.0
1.7.0

0 comments on commit 8387f88

Please sign in to comment.