Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.4.0] - 2026-06-29

- [PR-396](https://github.com/itk-dev/os2loop/pull/396)
Security update
- [PR-395](https://github.com/itk-dev/os2loop/pull/395)
Expand Down Expand Up @@ -157,7 +159,8 @@ tab
- [LOOP-2056](https://leantime.itkdev.dk/dashboard/home#/tickets/showTicket/2056):
Create new frontpage with fixtures.

[Unreleased]: https://github.com/itk-dev/os2loop/compare/1.3.3...HEAD
[Unreleased]: https://github.com/itk-dev/os2loop/compare/1.4.0...HEAD
[1.4.0]: https://github.com/itk-dev/os2loop/compare/1.3.3...1.4.0
[1.3.3]: https://github.com/itk-dev/os2loop/compare/1.3.1..1.3.2...1.3.3
[1.3.2]: https://github.com/itk-dev/os2loop/compare/1.3.1..1.3.2
[1.3.1]: https://github.com/itk-dev/os2loop/compare/1.3.0..1.3.1
Expand Down
1 change: 1 addition & 0 deletions docker-compose.server.oidc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
services:
idp-employee:
image: ghcr.io/geigerzaehler/oidc-provider-mock:latest
restart: unless-stopped
networks:
- app
- frontend
Expand Down
Loading