Skip to content

Commit

Permalink
Release v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GDay committed Aug 28, 2024
1 parent a453ba8 commit 9207107
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
31 changes: 25 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,48 @@
# Changelog

## v2.2.2 (2023-06-12)
## v2.2.3 (2024-08-28)
* Allow DELETE action on revoke in manifest serializer (#502)
* chore: Deploy to Elestio button updated (#499)
* Chore(deps): bump aiohttp from 3.10.1 to 3.10.2 in /back (#496)
* Bump dependencies aug 2024 (#495)
* Chore(deps): bump sentry-sdk from 1.45.0 to 2.8.0 in /back (#494)
* Chore(deps): bump certifi from 2024.2.2 to 2024.7.4 in /back (#492)
* Chore(deps): bump djangorestframework from 3.15.1 to 3.15.2 in /back (#489)
* Chore(deps): bump urllib3 from 2.2.1 to 2.2.2 in /back (#488)
* Update changelog link (#487)
* Fix typo in howto.md (#486)
* Remove unnecessary spaces in welcome messages (#484)
* Fix link to object storage documentation (#485)
* German typo fixes (#483)
* Add link to SECURITY.md file in CONTRIBUTING.md (#482)
* Fix link to docs/architecture.md file in CONTRIBUTING.md (#481)
* Chore(deps): bump requests from 2.31.0 to 2.32.0 (#476)
* Update django.po for german users (#474)

## v2.2.2 (2024-06-12)
* Fix submitting two forms on one page preboarding/todo (#470)

## v2.2.1 (2023-05-02)
## v2.2.1 (2024-05-02)
* Chore(deps-dev): bump vite from 5.1.5 to 5.2.8 in /docs (#455)
* Update dependencies 04 2024 (#460)
* Chore(deps): bump gunicorn from 21.2.0 to 22.0.0 (#461)
* Fix timezone on new hire detail page (#465)
* Add czech language (#464) (thanks to @playtoncz)
* Remove preboarding button when no preboarding items and fix list content (#467)

## v2.2.0 (2023-03-29)
## v2.2.0 (2024-03-29)
* Option to add hardware to user manually
* Make development docker setup easier
* Option to disable the channels update with value `SLACK_DISABLE_AUTO_UPDATE_CHANNELS`
* Option to manually add Slack channels

## v2.1.2 (2023-03-27)
## v2.1.2 (2024-03-27)
* fix bug when replacing items with empty string

## v2.1.1 (2023-03-26)
## v2.1.1 (2024-03-26)
* add feature to make test integration active

## v2.1.0 (2023-03-26)
## v2.1.0 (2024-03-26)
* Improved live builder for both normal requests and sync options
* Many bug fixes
* Moved docs to VitePres
Expand Down
2 changes: 1 addition & 1 deletion back/users/templates/admin_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ <h2 class="page-title">
<a href="https://chiefonboarding.com" class="link-secondary">{% translate "ChiefOnboarding" %}</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/chiefonboarding/ChiefOnboarding/blob/master/CHANGELOG.md" class="link-secondary">v2.2.2</a>
<a href="https://github.com/chiefonboarding/ChiefOnboarding/blob/master/CHANGELOG.md" class="link-secondary">v2.2.3</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 9207107

Please sign in to comment.