Skip to content

Commit 70db6af

Browse files
authored
Release v1.3.1 (#176)
1 parent da9ed97 commit 70db6af

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,22 @@
22

33
### [Unreleased]
44

5+
### 1.3.1
6+
7+
- Fix broken tests due to missing Logger (#174) (Eric Helms)
8+
- Rely on the digest class defined by Rails (#173) (Eric Helms)
9+
510
### 1.3.0
611

7-
- Support Rails 8
12+
- Support Rails 8 (#172) (Eric Pugh)
813

914
### 1.2.2
1015

11-
- Support Rails 7.2
16+
- Support Rails 7.2 (#170) (Mansoor Khan)
1217

1318
### 1.2.1
1419

15-
- Support Rails 7.1
20+
- Support Rails 7.1 (#169) (Mathieu Jobin)
1621

1722
### 1.2.0
1823

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.0'
2+
VERSION = '1.3.1'
33
end

0 commit comments

Comments
 (0)