-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some CHANGELOG beautification.
- Loading branch information
Jeff Cousens
committed
Sep 15, 2016
1 parent
de7ac84
commit 0bdb6d8
Showing
1 changed file
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,34 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## Unreleased | ||
|
||
### Changes | ||
### Added | ||
|
||
* Added a matrix build of 2.1, 2.2, and 2.3 to Travis | ||
|
||
### Changed | ||
|
||
* Added a [Code of Conduct](CODE_OF_CONDUCT.md) | ||
* Bumped the bundler-audit version to 0.5 | ||
* Bumped the RSpec version for development to 3.5 | ||
* Bumped the Rake version for development to 11.2 | ||
* Bumped the RuboCop version for development to 0.42 | ||
* Bumped the Ruby version for development to 2.3.1 | ||
|
||
## 1.0.1 (2016-02-03) | ||
## [1.0.1] - 2016-02-03 | ||
|
||
### Bugs Fixed | ||
### Fixed | ||
|
||
* [#1](https://github.com/civisanalytics/ruby_audit/pull/1) | ||
removing unreliable last-update check | ||
|
||
## 1.0.0 (2016-02-03) | ||
|
||
* Initial Release | ||
|
||
[Unreleased]: https://github.com/civisanalytics/ruby_audit/compare/v1.1.0...HEAD | ||
[1.0.1]: https://github.com/civisanalytics/ruby_audit/compare/v1.0.0...v1.0.1 | ||
[1.0.0]: https://github.com/civisanalytics/ruby_audit/commit/7535b70412641c888c80d99514b27ba254fb8316 |