# Change Log ## [v0.1.10](https://github.com/mhenrixon/stub_requests/tree/v0.1.10) (2019-02-07) [Full Changelog](https://github.com/mhenrixon/stub_requests/compare/v0.1.9...v0.1.10) **Implemented enhancements:** - More helpful stub methods [\#29](https://github.com/mhenrixon/stub_requests/pull/29) ([mhenrixon](https://github.com/mhenrixon)) **Merged pull requests:** - Update Changelog [\#28](https://github.com/mhenrixon/stub_requests/pull/28) ([mhenrixon](https://github.com/mhenrixon)) ## [v0.1.9](https://github.com/mhenrixon/stub_requests/tree/v0.1.9) (2019-02-07) [Full Changelog](https://github.com/mhenrixon/stub_requests/compare/v0.1.8...v0.1.9) ## [v0.1.8](https://github.com/mhenrixon/stub_requests/tree/v0.1.8) (2019-02-07) [Full Changelog](https://github.com/mhenrixon/stub_requests/compare/v0.1.7...v0.1.8) **Merged pull requests:** - Reduce number of warnings [\#27](https://github.com/mhenrixon/stub_requests/pull/27) ([mhenrixon](https://github.com/mhenrixon)) - Update Changelog [\#26](https://github.com/mhenrixon/stub_requests/pull/26) ([mhenrixon](https://github.com/mhenrixon)) ## [v0.1.7](https://github.com/mhenrixon/stub_requests/tree/v0.1.7) (2019-02-07) [Full Changelog](https://github.com/mhenrixon/stub_requests/compare/v0.1.6...v0.1.7) **Fixed bugs:** - Don't crash when service was registered [\#25](https://github.com/mhenrixon/stub_requests/pull/25) ([mhenrixon](https://github.com/mhenrixon)) **Merged pull requests:** - Update Changelog [\#24](https://github.com/mhenrixon/stub_requests/pull/24) ([mhenrixon](https://github.com/mhenrixon)) ## [v0.1.6](https://github.com/mhenrixon/stub_requests/tree/v0.1.6) (2019-02-06) [Full Changelog](https://github.com/mhenrixon/stub_requests/compare/v0.1.5...v0.1.6) **Implemented enhancements:** - Remove the need for manual release steps \[ci-skip\] [\#23](https://github.com/mhenrixon/stub_requests/pull/23) ([mhenrixon](https://github.com/mhenrixon)) **Fixed bugs:** - Load methods unless defined [\#22](https://github.com/mhenrixon/stub_requests/pull/22) ([mhenrixon](https://github.com/mhenrixon)) **Merged pull requests:** - Update Changelog [\#21](https://github.com/mhenrixon/stub_requests/pull/21) ([mhenrixon](https://github.com/mhenrixon)) ## [v0.1.5](https://github.com/mhenrixon/stub_requests/tree/v0.1.5) (2019-02-06) [Full Changelog](https://github.com/mhenrixon/stub_requests/compare/v0.1.4...v0.1.5) **Implemented enhancements:** - Use fuubar for spec formatting [\#19](https://github.com/mhenrixon/stub_requests/pull/19) ([mhenrixon](https://github.com/mhenrixon)) - Adds print stub definitions [\#18](https://github.com/mhenrixon/stub_requests/pull/18) ([mhenrixon](https://github.com/mhenrixon)) **Fixed bugs:** - Fix bug with defining properties [\#17](https://github.com/mhenrixon/stub_requests/pull/17) ([mhenrixon](https://github.com/mhenrixon)) **Merged pull requests:** - Update Changelog [\#20](https://github.com/mhenrixon/stub_requests/pull/20) ([mhenrixon](https://github.com/mhenrixon)) - Update Changelog [\#16](https://github.com/mhenrixon/stub_requests/pull/16) ([mhenrixon](https://github.com/mhenrixon)) ## [v0.1.4](https://github.com/mhenrixon/stub_requests/tree/v0.1.4) (2019-02-06) [Full Changelog](https://github.com/mhenrixon/stub_requests/compare/v0.1.3...v0.1.4) **Implemented enhancements:** - DSL for building stub methods [\#15](https://github.com/mhenrixon/stub_requests/pull/15) ([mhenrixon](https://github.com/mhenrixon)) **Merged pull requests:** - Update Changelog [\#13](https://github.com/mhenrixon/stub_requests/pull/13) ([mhenrixon](https://github.com/mhenrixon)) ## [v0.1.3](https://github.com/mhenrixon/stub_requests/tree/v0.1.3) (2019-02-04) [Full Changelog](https://github.com/mhenrixon/stub_requests/compare/v0.1.2...v0.1.3) **Implemented enhancements:** - Add rough initial implementation of subscriptions [\#12](https://github.com/mhenrixon/stub_requests/pull/12) ([mhenrixon](https://github.com/mhenrixon)) **Merged pull requests:** - Update Changelog [\#11](https://github.com/mhenrixon/stub_requests/pull/11) ([mhenrixon](https://github.com/mhenrixon)) ## [v0.1.2](https://github.com/mhenrixon/stub_requests/tree/v0.1.2) (2019-02-03) [Full Changelog](https://github.com/mhenrixon/stub_requests/compare/v0.1.1...v0.1.2) **Implemented enhancements:** - Script updating documentation [\#9](https://github.com/mhenrixon/stub_requests/pull/9) ([mhenrixon](https://github.com/mhenrixon)) - Add a simple script to update documentation [\#8](https://github.com/mhenrixon/stub_requests/pull/8) ([mhenrixon](https://github.com/mhenrixon)) - Improve documentation [\#7](https://github.com/mhenrixon/stub_requests/pull/7) ([mhenrixon](https://github.com/mhenrixon)) - Initial metrics implementation [\#6](https://github.com/mhenrixon/stub_requests/pull/6) ([mhenrixon](https://github.com/mhenrixon)) - Remove the docs folder in preference of a branch [\#5](https://github.com/mhenrixon/stub_requests/pull/5) ([mhenrixon](https://github.com/mhenrixon)) ## [v0.1.1](https://github.com/mhenrixon/stub_requests/tree/v0.1.1) (2019-02-01) [Full Changelog](https://github.com/mhenrixon/stub_requests/compare/v0.1.0...v0.1.1) **Merged pull requests:** - Allow older webmock versions [\#4](https://github.com/mhenrixon/stub_requests/pull/4) ([mhenrixon](https://github.com/mhenrixon)) - Add docs folder [\#3](https://github.com/mhenrixon/stub_requests/pull/3) ([mhenrixon](https://github.com/mhenrixon)) - Add docs folder and CHANGELOG.md [\#2](https://github.com/mhenrixon/stub_requests/pull/2) ([mhenrixon](https://github.com/mhenrixon)) ## [v0.1.0](https://github.com/mhenrixon/stub_requests/tree/v0.1.0) (2019-02-01) **Merged pull requests:** - Add rough initial implementation [\#1](https://github.com/mhenrixon/stub_requests/pull/1) ([mhenrixon](https://github.com/mhenrixon)) \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*