Skip to content

Commit ae3d1c7

Browse files
committed
+ Add CHANGELOG file
1 parent fc43bfb commit ae3d1c7

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.github/workflows/coverage.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- development
77
paths-ignore:
88
- 'README.md'
9+
- 'CHANGELOG.md'
910
push:
1011
branches:
1112
- development
1213
paths-ignore:
1314
- 'README.md'
15+
- 'CHANGELOG.md'
1416

1517
jobs:
1618
coverage:

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -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+
6+
## [Unreleased]
7+
8+
### Added
9+
10+
- Nothing
11+
12+
### Changed
13+
14+
- Nothing
15+
16+
### Fixed
17+
18+
- Nothing
19+
20+
21+
## 7.0.0 - 2022-01-20
22+
23+
### Added
24+
25+
- Support Rails 7.x
26+
27+
28+
[Unreleased]: https://github.com/PikachuEXE/where_lower/compare/v7.0.0...HEAD

0 commit comments

Comments
 (0)