From 4a2463786babaaeb700f319ddf0d2635a4c7b07e Mon Sep 17 00:00:00 2001 From: Tyler Gregory Date: Thu, 15 Jun 2017 09:51:57 -0500 Subject: [PATCH] Fix changelog hyperlink and freeze version constant --- CHANGELOG.md | 7 +++++-- lib/foreman_azure_rm/version.rb | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 294d20f..3faea0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/lib/foreman_azure_rm/version.rb b/lib/foreman_azure_rm/version.rb index 1fe584b..6be4354 100644 --- a/lib/foreman_azure_rm/version.rb +++ b/lib/foreman_azure_rm/version.rb @@ -1,3 +1,3 @@ module ForemanAzureRM - VERSION = '1.2.0' + VERSION = '1.2.0'.freeze end \ No newline at end of file