From aff60f0c62f11aab20d3d564c2fd918f7cab3686 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Tue, 20 Aug 2024 16:31:26 -0400 Subject: [PATCH] Bump version to 1.1.0 --- CHANGELOG.md | 3 +++ lib/rails_template18f/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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