Skip to content

Commit

Permalink
Fix changelog hyperlink and freeze version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
01100010011001010110010101110000 committed Jun 15, 2017
1 parent 4b87594 commit 4a24637
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Added
### Fixed
- Apply .freeze to version constant
- Changelog hyperlink for to compare v1.1.1 to v1.2.0
## [1.2.0]
### Added
- This changelog
Expand Down Expand Up @@ -34,6 +37,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).


[Unreleased]: https://github.com/01100010011001010110010101110000/foreman_azure_rm/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/01100010011001010110010101110000/foreman_azure_rm/compare/v1.1.1...1.2.0
[1.2.0]: https://github.com/01100010011001010110010101110000/foreman_azure_rm/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/01100010011001010110010101110000/foreman_azure_rm/compare/v1.0.0...v1.1.1
[1.0.0]: https://github.com/01100010011001010110010101110000/foreman_azure_rm/compare/v0.1.0...v1.0.0
2 changes: 1 addition & 1 deletion lib/foreman_azure_rm/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForemanAzureRM
VERSION = '1.2.0'
VERSION = '1.2.0'.freeze
end

0 comments on commit 4a24637

Please sign in to comment.