We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc43bfb commit ae3d1c7Copy full SHA for ae3d1c7
.github/workflows/coverage.yml
@@ -6,11 +6,13 @@ on:
6
- development
7
paths-ignore:
8
- 'README.md'
9
+ - 'CHANGELOG.md'
10
push:
11
branches:
12
13
14
15
16
17
jobs:
18
coverage:
CHANGELOG.md
@@ -0,0 +1,28 @@
1
+# Change Log
2
+All notable changes to this project will be documented in this file.
3
+This project adheres to [Semantic Versioning](http://semver.org/).
4
+
5
+## [Unreleased]
+### Added
+- Nothing
+### Changed
+### Fixed
19
20
21
+## 7.0.0 - 2022-01-20
22
23
24
25
+- Support Rails 7.x
26
27
28
+[Unreleased]: https://github.com/PikachuEXE/where_lower/compare/v7.0.0...HEAD
0 commit comments