Skip to content

Commit

Permalink
prep for 0.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed May 3, 2018
1 parent 393882d commit dae1ccd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

## [0.1.3] - 2018-05-02
### Fixed
- fixed issues with install time due to unmaintained `memchached` gem and replaced with `dali` which has active development, is written in pure ruby (no c extensions), and is designed to be a drop in replacement (@bleything)

Expand Down Expand Up @@ -33,7 +34,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-memcached/compare/0.1.2...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-memcached/compare/0.1.3...HEAD
[0.1.3]: https://github.com/sensu-plugins/sensu-plugins-memcached/compare/0.1.2...0.1.3
[0.1.2]: https://github.com/sensu-plugins/sensu-plugins-memcached/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/sensu-plugins/sensu-plugins-memcached/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/sensu-plugins/sensu-plugins-memcached/compare/0.0.3...0.1.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-memcached/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsMemcached
module Version
MAJOR = 0
MINOR = 1
PATCH = 2
PATCH = 3

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit dae1ccd

Please sign in to comment.