diff --git a/CHANGELOG.md b/CHANGELOG.md index 7737d108b..4080df5f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.2.0 (2023-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) * fix bug when replacing items with empty string diff --git a/back/users/templates/admin_base.html b/back/users/templates/admin_base.html index d8850f221..36d7f3196 100644 --- a/back/users/templates/admin_base.html +++ b/back/users/templates/admin_base.html @@ -227,7 +227,7 @@

{% translate "ChiefOnboarding" %}
  • - v2.1.2 + v2.2.0