diff --git a/CHANGELOG.md b/CHANGELOG.md index 4367182..624d3c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.5.1](https://github.com/crowbar/crowbar-client/releases/tag/v3.5.1) - 2017-12-05 + +* BUGFIX + * Escape reserved characters in credentials + * Fix for custom user and password for database subcommand + * Fix IP allocation subcommand (bsc#1069792) + ## [3.5.0](https://github.com/crowbar/crowbar-client/releases/tag/v3.5.0) - 2017-10-13 * ENHANCEMENT diff --git a/lib/crowbar/client/version.rb b/lib/crowbar/client/version.rb index 45461ee..212abfc 100644 --- a/lib/crowbar/client/version.rb +++ b/lib/crowbar/client/version.rb @@ -33,7 +33,7 @@ class Version # # Patch version # - PATCH = 0 + PATCH = 1 # # Optional suffix