Start Building for Free
CircleCI.comAcademyBlogCommunitySupport

Application lifecycle

9 months ago1 min read
Server v4.1
Server Admin
On This Page
  • Semantic versioning
  • Release schedule

CircleCI is committed to supporting four minor versions of the software. This means a minor version will receive patches for up to 12 months. We use semantic versioning to help identify releases and their impact on your installation.

Semantic versioning

Given a version number, MAJOR.MINOR.PATCH increment, use the:

  1. MAJOR version when you make incompatible API changes,

  2. MINOR version when you add functionality in a backwards-compatible manner, and

  3. PATCH version when you make backwards compatible bug fixes.

Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.

Release schedule

We release monthly patch fixes for bugs and security concerns. We will have quarterly new feature releases. All releases will be posted to the change log. To stay up to date with the most recent releases, please subscribe to the change log.


Suggest an edit to this page

Make a contribution
Learn how to contribute