Skip to content

Commit

Permalink
VERSION = 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marta Paciorkowska committed Apr 19, 2018
1 parent 524f6cd commit 91166aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.0.0, 2018-04-19

* [BREAKING] Dropped support for older Rubies. The only supported Ruby versions are 2.4.3 and 2.5.0.
* Updated dependencies.
* Switched the base Dockerfile image to ruby:2.5.
* [bugfix] Non-UTF-8 characters in cookbook files won't raise an error anymore.
* [bugfix] Incomplete cookbook metadata won't raise an error when trying to view a cookbook.
* [testing] Rubocop is now part of the test suite.

##1.1.1, 2015-02-05

* [bugfix] Links to individual recipes listed in a run list are no longer broken
Expand Down
2 changes: 1 addition & 1 deletion lib/chef-browser/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ChefBrowser
VERSION = "1.1.1"
VERSION = "2.0.0"
end

0 comments on commit 91166aa

Please sign in to comment.