summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2016-08-04 11:55:34 +0100
committerThom May <thom@may.lt>2016-08-04 11:55:34 +0100
commit44b302fa7f3e503d68eb4f458846f679900aab2f (patch)
treec770887ef1a83f72c17b419b325b041548b29474
parentba932c206afdca662facdeb3f71aaf17c90cd413 (diff)
downloadmixlib-log-44b302fa7f3e503d68eb4f458846f679900aab2f.tar.gz
Release 1.7.0v1.7.0
Signed-off-by: Thom May <thom@may.lt>
-rw-r--r--CHANGELOG.md67
-rw-r--r--lib/mixlib/log/version.rb2
2 files changed, 61 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5514658..a89592c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,63 @@
-# mixlib-log Changelog
+# Change Log
-## Unreleased
+## [1.7.0](https://github.com/chef/mixlib-log/tree/1.7.0) (2016-08-04)
+[Full Changelog](https://github.com/chef/mixlib-log/compare/1.4.1...1.7.0)
-* [**Ketan Padegaonkar**:](https://github.com/ketan)
- Ensure that arguments to Mixlib::Log#add are passed as is to all loggers.
-* [**Greg Albrecht**:](https://github.com/ampledata)
- Fixed RDoc formatting of README.rdoc.
+**Implemented enhancements:**
-## Last Release: 1.6.0 (04/02/2013)
+- test with updated ruby versions and run cucumber [\#16](https://github.com/chef/mixlib-log/pull/16) ([thommay](https://github.com/thommay))
+- Add dev dependency on chefstyle [\#15](https://github.com/chef/mixlib-log/pull/15) ([tas50](https://github.com/tas50))
+- Misc cleanup + add Travis [\#14](https://github.com/chef/mixlib-log/pull/14) ([tas50](https://github.com/tas50))
+- File log devices opened by mixlib-log should be closed. [\#13](https://github.com/chef/mixlib-log/pull/13) ([mhorbul](https://github.com/mhorbul))
+- Include the license type in the .gemspec [\#9](https://github.com/chef/mixlib-log/pull/9) ([benders](https://github.com/benders))
+- MIXLIB-10: don't be so pessimistic about development libraries [\#8](https://github.com/chef/mixlib-log/pull/8) ([jkeiser](https://github.com/jkeiser))
+
+**Fixed bugs:**
+
+- Ensure that arguments to Mixlib::Log\#add are passed as is to all loggers [\#7](https://github.com/chef/mixlib-log/pull/7) ([ketan](https://github.com/ketan))
+- Fixing RDoc formatting of README.rdoc. [\#4](https://github.com/chef/mixlib-log/pull/4) ([ampledata](https://github.com/ampledata))
+
+## [1.4.1](https://github.com/chef/mixlib-log/tree/1.4.1) (2012-06-08)
+[Full Changelog](https://github.com/chef/mixlib-log/compare/1.4.0...1.4.1)
+
+## [1.4.0](https://github.com/chef/mixlib-log/tree/1.4.0) (2012-06-08)
+[Full Changelog](https://github.com/chef/mixlib-log/compare/1.3.0...1.4.0)
+
+**Implemented enhancements:**
+
+- Inconsistent documentation about default base log level [\#5](https://github.com/chef/mixlib-log/pull/5) ([bjoernalbers](https://github.com/bjoernalbers))
+
+## [1.3.0](https://github.com/chef/mixlib-log/tree/1.3.0) (2011-03-17)
+[Full Changelog](https://github.com/chef/mixlib-log/compare/1.2.0...1.3.0)
+
+## [1.2.0](https://github.com/chef/mixlib-log/tree/1.2.0) (2010-10-15)
+[Full Changelog](https://github.com/chef/mixlib-log/compare/1.1.0...1.2.0)
+
+## [1.1.0](https://github.com/chef/mixlib-log/tree/1.1.0) (2010-02-28)
+[Full Changelog](https://github.com/chef/mixlib-log/compare/beta-1...1.1.0)
+
+## [beta-1](https://github.com/chef/mixlib-log/tree/beta-1) (2010-02-28)
+[Full Changelog](https://github.com/chef/mixlib-log/compare/alpha_deploy_4...beta-1)
+
+## [alpha_deploy_4](https://github.com/chef/mixlib-log/tree/alpha_deploy_4) (2010-02-28)
+[Full Changelog](https://github.com/chef/mixlib-log/compare/alpha_deploy_3...alpha_deploy_4)
+
+## [alpha_deploy_3](https://github.com/chef/mixlib-log/tree/alpha_deploy_3) (2010-02-28)
+[Full Changelog](https://github.com/chef/mixlib-log/compare/alpha_deploy_2...alpha_deploy_3)
+
+## [alpha_deploy_2](https://github.com/chef/mixlib-log/tree/alpha_deploy_2) (2010-02-28)
+[Full Changelog](https://github.com/chef/mixlib-log/compare/v1.1.0...alpha_deploy_2)
+
+## [v1.1.0](https://github.com/chef/mixlib-log/tree/v1.1.0) (2010-01-05)
+[Full Changelog](https://github.com/chef/mixlib-log/compare/alpha_deploy_1...v1.1.0)
+
+## [alpha_deploy_1](https://github.com/chef/mixlib-log/tree/alpha_deploy_1) (2009-05-12)
+[Full Changelog](https://github.com/chef/mixlib-log/compare/v1.0.3...alpha_deploy_1)
+
+## [v1.0.3](https://github.com/chef/mixlib-log/tree/v1.0.3) (2009-05-12)
+[Full Changelog](https://github.com/chef/mixlib-log/compare/v1.0.2...v1.0.3)
+
+## [v1.0.2](https://github.com/chef/mixlib-log/tree/v1.0.2) (2009-05-12)
+
+
+\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file
diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb
index 1bfe7b3..2e8d272 100644
--- a/lib/mixlib/log/version.rb
+++ b/lib/mixlib/log/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module Log
- VERSION = "1.6.0"
+ VERSION = "1.7.0"
end
end