We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9ed97 commit 70db6afCopy full SHA for 70db6af
CHANGELOG.md
@@ -2,17 +2,22 @@
2
3
### [Unreleased]
4
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
10
### 1.3.0
11
-- Support Rails 8
12
+- Support Rails 8 (#172) (Eric Pugh)
13
14
### 1.2.2
15
-- Support Rails 7.2
16
+- Support Rails 7.2 (#170) (Mansoor Khan)
17
18
### 1.2.1
19
-- Support Rails 7.1
20
+- Support Rails 7.1 (#169) (Mathieu Jobin)
21
22
### 1.2.0
23
lib/angular-rails-templates/version.rb
@@ -1,3 +1,3 @@
1
module AngularRailsTemplates
- VERSION = '1.3.0'
+ VERSION = '1.3.1'
end
0 commit comments