Releases
Sofie project is working in a quarterly release cycle. The releases are done at the end of every March, June, September,
and beginning of December. The main Sofie components do not follow semantic versioning and instead use a year.month
system. For example, the June release of year 2026 will be versioned as 26.06.0. Fixes for bugs found after a release
is done are published as patch releases, with the patch number increased for every bugfix.
The latest version is: 26.03.0
Use our Quick install guide to install Sofie using Docker.
Find Sofie release images on DockerHub and GitHub Container Registry.
When a version is released, the HEAD of the Git repositories is branched off into a new branch called releases/YY.mm
and a Git tag is created for it.
Historic versioning
The new versioning system was implemented in March 2026 by the Sofie Technical Steering Committee. All earlier versions follow a different versioning system,
where 1.xx.xx is used, with the major field fixed at 1, the minor field indicating a development cycle of
variable length, and the patch field used for bugfix releases, starting at 0.