diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fe022b..3b9db6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## [Unreleased](https://github.com/faker-ruby/faker-bot/tree/HEAD) + +[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.5.0...HEAD) + +**Implemented enhancements:** + +- Add Asciinema Demo [\#43](https://github.com/faker-ruby/faker-bot/pull/43) ([akabiru](https://github.com/akabiru)) + +**Closed issues:** + +- Migrate FakerBot CI & QA integrations [\#30](https://github.com/faker-ruby/faker-bot/issues/30) + +**Merged pull requests:** + +- Fix gemspec summary [\#45](https://github.com/faker-ruby/faker-bot/pull/45) ([vbrazo](https://github.com/vbrazo)) +- fix: Remove brakeman plugin; it's Rails specific [\#44](https://github.com/faker-ruby/faker-bot/pull/44) ([akabiru](https://github.com/akabiru)) +- Add CodeClimate Configuration [\#42](https://github.com/faker-ruby/faker-bot/pull/42) ([akabiru](https://github.com/akabiru)) +- chore\(docs\): Add Code Level YARD Documentation 📖 [\#35](https://github.com/faker-ruby/faker-bot/pull/35) ([akabiru](https://github.com/akabiru)) + ## [v0.5.0](https://github.com/faker-ruby/faker-bot/tree/v0.5.0) (2019-07-31) [Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.4.5...v0.5.0) @@ -22,6 +41,7 @@ - Release v0.5.0 [\#41](https://github.com/faker-ruby/faker-bot/pull/41) ([akabiru](https://github.com/akabiru)) - Add CI & QA Badges [\#34](https://github.com/faker-ruby/faker-bot/pull/34) ([akabiru](https://github.com/akabiru)) - Chore: CleanUp [\#32](https://github.com/faker-ruby/faker-bot/pull/32) ([akabiru](https://github.com/akabiru)) +- Update README to republish faker-cli [\#29](https://github.com/faker-ruby/faker-bot/pull/29) ([vbrazo](https://github.com/vbrazo)) ## [v0.4.5](https://github.com/faker-ruby/faker-bot/tree/v0.4.5) (2019-07-11) [Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.4.4...v0.4.5) @@ -39,7 +59,6 @@ **Merged pull requests:** -- Update README to republish faker-cli [\#29](https://github.com/faker-ruby/faker-bot/pull/29) ([vbrazo](https://github.com/vbrazo)) - chore: Rename from FakerBot to Faker::CLI [\#28](https://github.com/faker-ruby/faker-bot/pull/28) ([akabiru](https://github.com/akabiru)) - Add deprecation notes; thank you contributors! 🎉 [\#25](https://github.com/faker-ruby/faker-bot/pull/25) ([akabiru](https://github.com/akabiru)) diff --git a/Gemfile.lock b/Gemfile.lock index 58f3cb3..21038a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - faker-bot (0.5.0) + faker-bot (0.5.1) faker pastel (~> 0.7.2) thor (~> 0.20.0) @@ -25,7 +25,7 @@ GEM domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) equatable (0.6.1) - faker (2.0) + faker (2.1.0) i18n (>= 0.7) ffi (1.11.1) formatador (0.2.5) diff --git a/lib/faker/bot/version.rb b/lib/faker/bot/version.rb index 71306a9..cc2e372 100644 --- a/lib/faker/bot/version.rb +++ b/lib/faker/bot/version.rb @@ -2,6 +2,6 @@ module Faker module Bot - VERSION = '0.5.0' + VERSION = '0.5.1' end end