Skip to content

Commit

Permalink
Prepping 1.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Cousens committed Sep 15, 2016
1 parent ea70854 commit f0d6431
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [1.1.0] - 2016-09-15

### Added

* Added a matrix build of 2.1, 2.2, and 2.3 to Travis
Expand All @@ -30,5 +32,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* Initial Release

[Unreleased]: https://github.com/civisanalytics/ruby_audit/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/civisanalytics/ruby_audit/compare/v1.0.1...v1.1.0
[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
2 changes: 1 addition & 1 deletion lib/ruby_audit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RubyAudit
VERSION = '1.0.1'.freeze
VERSION = '1.1.0'.freeze
end

0 comments on commit f0d6431

Please sign in to comment.