= {Produktname} - Changelog
:website: http://www.example.com
:lang: en
:encoding: utf-8

.COPYRIGHT
***********************************************************************
include::../shared-doc/src/copyright.adoc[]
***********************************************************************

Software Version -- Document Version:
include::version.string[]

== Redmine Issues

// Hier können Sie die Redmine-Issues auflisten
// Beispiel:
* #12345 - Beschreibung des Issues
* #12346 - Beschreibung des Issues
* #12347 - Beschreibung des Issues

== Changelog

This document lists all relevant changes applied over time to {Produktname} packages and their software components.
Each entry in the list shows changes made to the *Services*, the installation *Bundle* or the *Documentation*.
Entries may have an _ID_ at the end of the line for internal reference.

== Version {Versionsnummer} ({Datum})

*NEW*

{{#each ticket or log entry}}
=== _({{id/hash}})_ {{subject}} ===
* {{Your generated changelog entry}} _({{ticket_id/git hash}})_
{{/each}}

*CHANGED*

{{#each ticket or log entry}}
=== _({{id/hash}})_ {{subject}} ===
* {{Your generated changelog entry}} _({{ticket_id/git hash}})_
{{/each}}

*FIXED*

{{#each ticket or log entry}}
=== _({{id/hash}})_ {{subject}} ===
* {{Your generated changelog entry}} _({{ticket_id/git hash}})_
{{/each}}

*DOCUMENTATION*

{{#each ticket or log entry}}
=== _({{id/hash}})_ {{subject}} ===
* {{Your generated changelog entry}} _({{ticket_id/git hash}})_
{{/each}}

