Skip to content

Commit 669a0dd

Browse files
committed
release 1.4.0
1 parent 1bd9d56 commit 669a0dd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
### [Unreleased]
44

5+
### 1.4.0
6+
7+
- Support Rails 8.1 (#178) (Jade Alejandra Ornelas)
8+
59
### 1.3.1
610

711
- Fix broken tests due to missing Logger (#174) (Eric Helms)

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "rails", "~> 6.0"
3+
gem "rails", "~> 8.1"
44
gem "haml"
55
gem "slim-rails"
66
gem "kramdown"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AngularRailsTemplates
2-
VERSION = '1.3.1'
2+
VERSION = '1.4.0'
33
end

0 commit comments

Comments
 (0)