diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6129004 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [v1.0.0](https://github.com/voxpupuli/container-voxbox/tree/v1.0.0) (2024-03-27) + +[Full Changelog](https://github.com/voxpupuli/container-voxbox/compare/ac1461e6cb5c9f365632f39b551bfd510aeea1ba...v1.0.0) + +**Implemented enhancements:** + +- Add r10k and demo minimal Rakefile [\#1](https://github.com/voxpupuli/container-voxbox/pull/1) ([rwaffen](https://github.com/rwaffen)) + +**Merged pull requests:** + +- Gemfile: add faraday as GCG dependency [\#3](https://github.com/voxpupuli/container-voxbox/pull/3) ([bastelfreak](https://github.com/bastelfreak)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/Rakefile b/Rakefile index bc524e1..eff08d3 100644 --- a/Rakefile +++ b/Rakefile @@ -10,7 +10,7 @@ else config.header = "# Changelog\n\nAll notable changes to this project will be documented in this file." config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog] config.user = 'voxpupuli' - config.project = 'voxbox' + config.project = 'container-voxbox' # get branch name from git and strip off any prefixes (e.g. 'release-') config.future_release = `git rev-parse --abbrev-ref HEAD`.strip.split('-', 2).last end