Skip to content

Commit

Permalink
chore: prepare 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel committed May 12, 2022
1 parent c271b3c commit 5ac91fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

This CHANGELOG (now) follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## Unreleased
## [1.7.0] - 2022-05-11
### Added
- feat: add JSON support to windows sources [#193]

Expand Down Expand Up @@ -155,7 +155,9 @@ Check the [Markdown Syntax Guide](http://daringfireball.net/projects/markdown/sy

The [Github Flavored Markdown page](http://github.github.com/github-flavored-markdown/) describes the differences between markdown on github and standard markdown.

[Unreleased changes]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/compare/v1.6.1...HEAD
[Unreleased changes]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/compare/v1.7.0...HEAD
[1.7.0]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/compare/v1.6.2...v1.7.0
[1.6.2]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/compare/v1.6.1...v1.6.2
[1.6.1]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/compare/v1.4.0...v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
license 'Apache-2.0'
description 'Installs/Configures sumologic-collector'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.6.2'
version '1.7.0'
chef_version '>= 11' if respond_to?(:chef_version)

%w[
Expand Down

0 comments on commit 5ac91fa

Please sign in to comment.