diff --git a/CHANGELOG.md b/CHANGELOG.md index 64c0a26..816feec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## [Unreleased] + +## [1.1.0] - 2024-08-20 + - add an auditree generator for integration with auditree-devtools and github actions to run it - remove the obsolete entry to include nodejs_buildpack in cloud.gov manifest.yml diff --git a/lib/rails_template18f/version.rb b/lib/rails_template18f/version.rb index d57ebce..6986ba2 100644 --- a/lib/rails_template18f/version.rb +++ b/lib/rails_template18f/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RailsTemplate18f - VERSION = "1.0.0" + VERSION = "1.1.0" end