# Changelog

*We intend to follow [Semantic Versioning 2.0.0](https://semver.org/), if you
find a change that break's semver, please create an issue.*

## [v2.11.0](https://github.com/knpuniversity/oauth2-client-bundle/releases/tag/v2.11.0)

*Dec 20th, 2022*

### Feature

- [#382](https://github.com/knpuniversity/oauth2-client-bundle/pull/382) - Added support to specify keycloak version - *@micbis*

- [#379](https://github.com/knpuniversity/oauth2-client-bundle/pull/379) - Add certificate support for Azure provider - *@uncaught*

- [#381](https://github.com/knpuniversity/oauth2-client-bundle/pull/381) - Allow null as redirect_route - *@toooni*

## [v2.10.1](https://github.com/knpuniversity/oauth2-client-bundle/releases/tag/v2.10.1)

*May 24th, 2022*

### Bug

- [#369](https://github.com/knpuniversity/oauth2-client-bundle/pull/369) - Fix an error message - *@fabpot*

## [v2.10.0](https://github.com/knpuniversity/oauth2-client-bundle/releases/tag/v2.10.0)

*February 23rd, 2022*

### Feature

- [#361](https://github.com/knpuniversity/oauth2-client-bundle/pull/361) - Twitch helix support - *@ErdemUyanik*

## [v2.9.0](https://github.com/symfony/maker-bundle/releases/tag/v2.9.0)

*Nov 21st, 2021*

### Feature

- [#341](https://github.com/knpuniversity/oauth2-client-bundle/pull/341) - Enhancing test matrix, Symfony 6 support, dropping PHP 7.1, client 1.0 - *@weaverryan*
- [#330](https://github.com/knpuniversity/oauth2-client-bundle/pull/330) - add symfony 6 return types - *@jrushlow*
- [#335](https://github.com/knpuniversity/oauth2-client-bundle/pull/335) - Removed some deprecations introduced in Symfony 5.x - *@DonCallisto*
- [#310](https://github.com/knpuniversity/oauth2-client-bundle/pull/310) - Adding FusionAuth provider - *@mooreds*

### Bug Fix

- [#309](https://github.com/knpuniversity/oauth2-client-bundle/pull/309) - Update TwitchClient configuration - *@chypriote*

## [v2.8.0](https://github.com/symfony/maker-bundle/releases/tag/v2.8.0)

*March 23rd, 2021*

### Feature

- [#292](https://github.com/knpuniversity/oauth2-client-bundle/pull/292) - Added new Oauth2Authenticator using the new Symony 5.2 Authenticator … - *@Anthodev*

## [v2.7.0](https://github.com/symfony/maker-bundle/releases/tag/v2.7.0)

*December 7th, 2020*

- [#280](https://github.com/knpuniversity/oauth2-client-bundle/pull/280) - Allow the installation on php 8 - *@derrabus*
- [#277](https://github.com/knpuniversity/oauth2-client-bundle/pull/277) - Add support for refreshToken() - *@ndench*

## [v2.5.1](https://github.com/symfony/maker-bundle/releases/tag/v2.5.1)

*November 21st, 2020*

- [#272](https://github.com/knpuniversity/oauth2-client-bundle/pull/272) - Adding missing use_state option to generic docs - *@weaverryan*
- [#279](https://github.com/knpuniversity/oauth2-client-bundle/pull/279) - Adds a default value to azure api_version - *@weaverryan*

## [v2.5.0](https://github.com/symfony/maker-bundle/releases/tag/v2.5.0)

*October 10th, 2020*

- [#265](https://github.com/knpuniversity/oauth2-client-bundle/pull/265) - Improve test coverage - *@foxworth42*
- [#268](https://github.com/knpuniversity/oauth2-client-bundle/pull/268) - Add Okta client - *@foxworth42*
- [#266](https://github.com/knpuniversity/oauth2-client-bundle/pull/266) - Add specific error message. - *@foxworth42*

## [v2.4.0](https://github.com/symfony/maker-bundle/releases/tag/v2.4.0)

*October 4th, 2020*

- [#263](https://github.com/knpuniversity/oauth2-client-bundle/pull/263) - Added support for endpoint version on Azure provider - *@DonCallisto*
- [#261](https://github.com/knpuniversity/oauth2-client-bundle/pull/261) - Update README.md - *@matyo91*

## [v2.3.0](https://github.com/symfony/maker-bundle/releases/tag/v2.3.0)

*August 26th, 2020*

- [#258](https://github.com/knpuniversity/oauth2-client-bundle/pull/258) - add twitch provider - *@joel-44*

## [v2.2.0](https://github.com/symfony/maker-bundle/releases/tag/v2.2.0)

*July 21st, 2020*

- [#254](https://github.com/knpuniversity/oauth2-client-bundle/pull/254) - Look for both POST and GET params when getting state - *@theedov*
- [#241](https://github.com/knpuniversity/oauth2-client-bundle/pull/241) - Add SymfonyConnect provider - *@qdequippe*
- [#239](https://github.com/knpuniversity/oauth2-client-bundle/pull/239) - Add Wave OAuth2 Provider - *@qdequippe*
- [#237](https://github.com/knpuniversity/oauth2-client-bundle/pull/237) - List required symfony version - *@psociety*

## [v2.1.0](https://github.com/symfony/maker-bundle/releases/tag/v2.1.0)

*April 17th, 2020*

- [#235](https://github.com/knpuniversity/oauth2-client-bundle/pull/235) - Add Buddy client - *@akondas*

## [v2.0.0](https://github.com/symfony/maker-bundle/releases/tag/v2.0.0)

*March 27th, 2020*

- [#234](https://github.com/knpuniversity/oauth2-client-bundle/pull/234) - Adding OAuth2Client::isStateless() hook point - *@weaverryan*
- [#230](https://github.com/knpuniversity/oauth2-client-bundle/pull/230) - Allow to pass options when fetching access token - *@akondas*

## [v1.34.0](https://github.com/symfony/maker-bundle/releases/tag/v1.34.0)

*March 19th, 2020*

- [#227](https://github.com/knpuniversity/oauth2-client-bundle/pull/227) - Updates to bin/update_readme script to fit current Symfony version - *@Jampire*
- [#226](https://github.com/knpuniversity/oauth2-client-bundle/pull/226) - Fixed minor typo - *@sdaoudi*
- [#229](https://github.com/knpuniversity/oauth2-client-bundle/pull/229) - Add provider for Spotify - *@ker0x*

## [v1.33.0](https://github.com/symfony/maker-bundle/releases/tag/v1.33.0)

*February 7th, 2020*

- [#219](https://github.com/knpuniversity/oauth2-client-bundle/pull/219) - Add IBM App ID provider - *@Jampire*
- [#224](https://github.com/knpuniversity/oauth2-client-bundle/pull/224) - Get rid of empty lines for optional config in README - *@bocharsky-bw*

## [v1.32.0](https://github.com/symfony/maker-bundle/releases/tag/v1.32.0)

*January 10th, 2020*

- [#221](https://github.com/knpuniversity/oauth2-client-bundle/pull/221) - Oauth apple support - *@lolmx*
- [#223](https://github.com/knpuniversity/oauth2-client-bundle/pull/223) - making client_secret optional to support apple provider - *@weaverryan*

## [v1.31.0](https://github.com/symfony/maker-bundle/releases/tag/v1.31.0)

*November 25th, 2019*

- [#212](https://github.com/knpuniversity/oauth2-client-bundle/pull/212) - Bump php version - *@tacman*
- [#216](https://github.com/knpuniversity/oauth2-client-bundle/pull/216) - Allow Symfony 5.0 compatibility (for testing) - *@m3ct0n*

## [v1.30.1](https://github.com/symfony/maker-bundle/releases/tag/v1.30.1)

*November 7th, 2019*

- [#211](https://github.com/knpuniversity/oauth2-client-bundle/pull/211) - Allow any OAuth2ClientInterface implementation in ClientRegistry - *@ajgarlag*

## [v1.30.0](https://github.com/symfony/maker-bundle/releases/tag/v1.30.0)

*October 28th, 2019*

- [#206](https://github.com/knpuniversity/oauth2-client-bundle/pull/206) - added the custom_domain parameter to the auth0 client library config - *@smatyas*
- [#204](https://github.com/knpuniversity/oauth2-client-bundle/pull/204) - Phpstan fixes - *@alister*

## [v1.29.2](https://github.com/symfony/maker-bundle/releases/tag/v1.29.2)

*October 7th, 2019*

- [#201](https://github.com/knpuniversity/oauth2-client-bundle/pull/201) - add phpstan check to ci - *@brambaud*
- [#203](https://github.com/knpuniversity/oauth2-client-bundle/pull/203) - Allow overriding parts of a client config - *@prudloff-insite*

## [v1.29.1](https://github.com/symfony/maker-bundle/releases/tag/v1.29.1)

*October 2nd, 2019*

- [#202](https://github.com/knpuniversity/oauth2-client-bundle/pull/202) - Fixing bad require - should be in require-dev - *@weaverryan*

## [v1.29.0](https://github.com/symfony/maker-bundle/releases/tag/v1.29.0)

*September 23rd, 2019*

- [#172](https://github.com/knpuniversity/oauth2-client-bundle/pull/172) -  Use NULL instead of empty string for defaultNull() values in README - *@bocharsky-bw*
- [#178](https://github.com/knpuniversity/oauth2-client-bundle/pull/178) - Clarified ambiguous example in the readme - *@rene-s*
- [#176](https://github.com/knpuniversity/oauth2-client-bundle/pull/176) - Fix typo in tests on bad config parameter's names - *@VincentClair*
- [#171](https://github.com/knpuniversity/oauth2-client-bundle/pull/171) - Tweak README with bin/update_readme command - *@bocharsky-bw*
- [#173](https://github.com/knpuniversity/oauth2-client-bundle/pull/173) - Fail CI if repo is in dirty state after bin/update_readme - *@bocharsky-bw*
- [#193](https://github.com/knpuniversity/oauth2-client-bundle/pull/193) - Errata in classname for authenticator - *@rodrigobb*
- [#198](https://github.com/knpuniversity/oauth2-client-bundle/pull/198) - Bumping minimum php version to 7.1 and removing support for EOL Symfony versions - *@weaverryan*
- [#170](https://github.com/knpuniversity/oauth2-client-bundle/pull/170) - Fix provider order (minor) - *@umulmrum*
- [#199](https://github.com/knpuniversity/oauth2-client-bundle/pull/199) - Forward compat with Symfony 4.4 - *@weaverryan*
- [#182](https://github.com/knpuniversity/oauth2-client-bundle/pull/182) - added php version 7.2 and 7.3 to travis tests - *@AlessandroMinoccheri*
- [#196](https://github.com/knpuniversity/oauth2-client-bundle/pull/196) - Allow To Retrieve Enabled Client Keys - *@solverat*

## [v1.28.0](https://github.com/symfony/maker-bundle/releases/tag/v1.28.0)

*March 25th, 2019*

- [#167](https://github.com/knpuniversity/oauth2-client-bundle/pull/167) - Adding "api_version" and "fields" options for Linkedin's provider - *@Sicaa*

## [v1.27.1](https://github.com/symfony/maker-bundle/releases/tag/v1.27.1)

*January 31st, 2019*

- [#160](https://github.com/knpuniversity/oauth2-client-bundle/pull/160) - Allow any OAuth2ClientInterface implementation in SocialAuthenticator - *@ajgarlag*

## [v1.27.0](https://github.com/symfony/maker-bundle/releases/tag/v1.27.0)

*January 9th, 2019*

- [#157](https://github.com/knpuniversity/oauth2-client-bundle/pull/157) - Add Geocaching Client - *@Surfoo*

## [v1.26.0](https://github.com/symfony/maker-bundle/releases/tag/v1.26.0)

*December 31st, 2018*

- [#151](https://github.com/knpuniversity/oauth2-client-bundle/pull/151) - added ability to configure default http_client - *@sadikoff*
- [#155](https://github.com/knpuniversity/oauth2-client-bundle/pull/155) - Update DependencyInjection to account for changes in Symfony 4.2 - *@crayner*
- [#149](https://github.com/knpuniversity/oauth2-client-bundle/pull/149) - Fix README link to "Guard authenticator" screencast - *@techdaddies-kevin*

## [v1.25.0](https://github.com/symfony/maker-bundle/releases/tag/v1.25.0)

*December 3rd, 2018*

- [#141](https://github.com/knpuniversity/oauth2-client-bundle/pull/141) - Update Azure DI Config With Default Values - *@brianfreytag*

## [v1.24.0](https://github.com/symfony/maker-bundle/releases/tag/v1.24.0)

*November 12th, 2018*

- [#139](https://github.com/knpuniversity/oauth2-client-bundle/pull/139) - Add Atlassian Jira provider - *@mrjoops*

## [v1.23.0](https://github.com/symfony/maker-bundle/releases/tag/v1.23.0)

*November 5th, 2018*

- [#129](https://github.com/knpuniversity/oauth2-client-bundle/pull/129) - Don't clear state after checking it - *@weaverryan*
- [#135](https://github.com/knpuniversity/oauth2-client-bundle/pull/135) - Feature/#133 drupal provider base url not configurable - *@mnugter*
- [#131](https://github.com/knpuniversity/oauth2-client-bundle/pull/131) - Adds whole config for azure - *@aeimer*
- [#113](https://github.com/knpuniversity/oauth2-client-bundle/pull/113) - Update documentation to use symfony flex recipe - *@ckrack*
- [#137](https://github.com/knpuniversity/oauth2-client-bundle/pull/137) - Added Oauth2ClientInterface for service decorating - *@sadikoff*
- [#136](https://github.com/knpuniversity/oauth2-client-bundle/pull/136) - readme update for drupal and azure client - *@sadikoff*

## [v1.22.0](https://github.com/symfony/maker-bundle/releases/tag/v1.22.0)

*September 10th, 2018*

- [#124](https://github.com/knpuniversity/oauth2-client-bundle/pull/124) - Applied fixes from FlintCI - *@weaverryan*
- [#126](https://github.com/knpuniversity/oauth2-client-bundle/pull/126) - Applied fixes from FlintCI - *@weaverryan*
- [#119](https://github.com/knpuniversity/oauth2-client-bundle/pull/119) - Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase - *@samnela*
- [#86](https://github.com/knpuniversity/oauth2-client-bundle/pull/86) - Make http client configurable - *@soullivaneuh*
- [#122](https://github.com/knpuniversity/oauth2-client-bundle/pull/122) - FlintCI integration - *@soullivaneuh*
- [#118](https://github.com/knpuniversity/oauth2-client-bundle/pull/118) - Using simpler getMessage(), which is identical - *@weaverryan*

## [v1.21.0](https://github.com/symfony/maker-bundle/releases/tag/v1.21.0)

*August 24th, 2018*

- [#117](https://github.com/knpuniversity/oauth2-client-bundle/pull/117) - Missing config key for Auth0 - *@8eph*
- [#114](https://github.com/knpuniversity/oauth2-client-bundle/pull/114) - Add configurable option to use oidc mode for the Google Provider - *@hansnilsson*

## [v1.20.0](https://github.com/symfony/maker-bundle/releases/tag/v1.20.0)

*June 27th, 2018*

- [#106](https://github.com/knpuniversity/oauth2-client-bundle/pull/106) - Remove state from the session - *@thewilkybarkid*
- [#105](https://github.com/knpuniversity/oauth2-client-bundle/pull/105) - Added a hint about the relation to hwi/oauth-bundle - *@Toflar*

## [v1.19.0](https://github.com/symfony/maker-bundle/releases/tag/v1.19.0)

*April 23rd, 2018*

- [#91](https://github.com/knpuniversity/oauth2-client-bundle/pull/91) - Updating Facebook graph version to show 1.12 & not have a default - *@weaverryan*
- [#96](https://github.com/knpuniversity/oauth2-client-bundle/pull/96) - Use the router to get the correct path from the connect facebook check route - *@alexander-schranz*
- [#97](https://github.com/knpuniversity/oauth2-client-bundle/pull/97) - Add hint to call supports in getCredentials method for symfony lower than 3.4 - *@alexander-schranz*

## [v1.18.0](https://github.com/symfony/maker-bundle/releases/tag/v1.18.0)

*February 26th, 2018*

- [#90](https://github.com/knpuniversity/oauth2-client-bundle/pull/90) - Change underlying library for discord because it's not compliant with oauth2-client v2.x - *@tristanbes*
- [#85](https://github.com/knpuniversity/oauth2-client-bundle/pull/85) - Remove vilain tabs from services.xml - *@soullivaneuh*
- [#87](https://github.com/knpuniversity/oauth2-client-bundle/pull/87) - PHP CS fixer run - *@soullivaneuh*

## [1.9.1](https://github.com/symfony/maker-bundle/releases/tag/1.9.1)

*March 30th, 2017*

- [#53](https://github.com/knpuniversity/oauth2-client-bundle/pull/53) - Fix optional configuration in Google provider - *@pyrech*
- [#54](https://github.com/knpuniversity/oauth2-client-bundle/pull/54) - [Google] Fixing undefined array indexes + extra request data - *@weaverryan*
- [#52](https://github.com/knpuniversity/oauth2-client-bundle/pull/52) - Fix configuration info - *@pyrech*

## [1.9.0](https://github.com/symfony/maker-bundle/releases/tag/1.9.0)

*January 26th, 2017*

- [#49](https://github.com/knpuniversity/oauth2-client-bundle/pull/49) - Allow installing the new OAuth client 2.x in dependencies - *@bocharsky-bw*

## [1.8.0](https://github.com/symfony/maker-bundle/releases/tag/1.8.0)

*January 10th, 2017*

- [#47](https://github.com/knpuniversity/oauth2-client-bundle/pull/47) - added Odnoklassniki, Slack, Vimeo, Yahoo and Yandex providers - *@luchianenco*

## [1.7.0](https://github.com/symfony/maker-bundle/releases/tag/1.7.0)

*January 9th, 2017*

- [#42](https://github.com/knpuniversity/oauth2-client-bundle/pull/42) - VKontakte provider added - *@fatihkahveci*

## [1.6.0](https://github.com/symfony/maker-bundle/releases/tag/1.6.0)

*January 8th, 2017*

- [#45](https://github.com/knpuniversity/oauth2-client-bundle/pull/45) - Bitbucket Client added - *@luchianenco*

## [1.5.0](https://github.com/symfony/maker-bundle/releases/tag/1.5.0)

*January 2nd, 2017*

- [#40](https://github.com/knpuniversity/oauth2-client-bundle/pull/40) - Changed provider link as current one returned 404 error - *@maciekpaprocki*
- [#44](https://github.com/knpuniversity/oauth2-client-bundle/pull/44) - [#43] Making the redirect() options configurable - *@weaverryan*
- [#38](https://github.com/knpuniversity/oauth2-client-bundle/pull/38) - More code cleaned up, test coverage increased - *@curry684*

## [1.4.0](https://github.com/symfony/maker-bundle/releases/tag/1.4.0)

*August 21st, 2016*

- [#34](https://github.com/knpuniversity/oauth2-client-bundle/pull/34) - Dev dependencies should include the compatible PHPunit version - *@curry684*
- [#37](https://github.com/knpuniversity/oauth2-client-bundle/pull/37) - Coding style enforced - *@curry684*
- [#35](https://github.com/knpuniversity/oauth2-client-bundle/pull/35) - Added native support for Gitlab - *@curry684*

## [1.3.0](https://github.com/symfony/maker-bundle/releases/tag/1.3.0)

*August 2nd, 2016*

- [#31](https://github.com/knpuniversity/oauth2-client-bundle/pull/31) - Require php version - *@bocharsky-bw*
- [#32](https://github.com/knpuniversity/oauth2-client-bundle/pull/32) - Use '^' instead of '~' for required package versions - *@bocharsky-bw*
- [#33](https://github.com/knpuniversity/oauth2-client-bundle/pull/33) - Add Instagram provider - *@bocharsky-bw*

## [1.2.0](https://github.com/symfony/maker-bundle/releases/tag/1.2.0)

*June 17th, 2016*

- [#29](https://github.com/knpuniversity/oauth2-client-bundle/pull/29) - Implemented user_fields into the google provider so that a user can request more than the defined default fields of a g-user. - *@Psiiirus*
- [#28](https://github.com/knpuniversity/oauth2-client-bundle/pull/28) - Fix #27: Tweak MarkDown link syntax - *@bocharsky-bw*
- [#25](https://github.com/knpuniversity/oauth2-client-bundle/pull/25) - Fix typo in README.md - *@bc-luke*

## [1.17.0](https://github.com/symfony/maker-bundle/releases/tag/1.17.0)

*February 12th, 2018*

- [#76](https://github.com/knpuniversity/oauth2-client-bundle/pull/76) - Fix missing GitlabResourceOwner namespace use - *@soullivaneuh*
- [#80](https://github.com/knpuniversity/oauth2-client-bundle/pull/80) - Catching 2 other common authentication errors - *@weaverryan*
- [#79](https://github.com/knpuniversity/oauth2-client-bundle/pull/79) - Updating Guard docs for Sf4 support - *@weaverryan*

## [1.16.1](https://github.com/symfony/maker-bundle/releases/tag/1.16.1)

*January 22nd, 2018*

- [#75](https://github.com/knpuniversity/oauth2-client-bundle/pull/75) - fixing bug with merging config - *@weaverryan*

## [1.16.0](https://github.com/symfony/maker-bundle/releases/tag/1.16.0)

*January 8th, 2018*

- [#72](https://github.com/knpuniversity/oauth2-client-bundle/pull/72) - Add simple user provider - *@thewilkybarkid*

## [1.15.1](https://github.com/symfony/maker-bundle/releases/tag/1.15.1)

*December 25th, 2017*

- [#71](https://github.com/knpuniversity/oauth2-client-bundle/pull/71) - Keycloak provider: Set optional configuration items default values to null instead of an empty string to avoid a PHP warning - *@stephaneseng*

## [1.15.0](https://github.com/symfony/maker-bundle/releases/tag/1.15.0)

*November 8th, 2017*

- [#69](https://github.com/knpuniversity/oauth2-client-bundle/pull/69) - Ten more clients added  - *@luchianenco*

## [1.14.0](https://github.com/symfony/maker-bundle/releases/tag/1.14.0)

*November 3rd, 2017*

- [#67](https://github.com/knpuniversity/oauth2-client-bundle/pull/67) - New clients added - *@luchianenco*
- [#68](https://github.com/knpuniversity/oauth2-client-bundle/pull/68) - Making services explicitly public so that they remain public in Symfony 4 - *@weaverryan*

## [1.13.0](https://github.com/symfony/maker-bundle/releases/tag/1.13.0)

*November 2nd, 2017*

- [#63](https://github.com/knpuniversity/oauth2-client-bundle/pull/63) - Amazon, Fitbit, Heroku, Paypal, Stripe Clients added - *@luchianenco*
- [#66](https://github.com/knpuniversity/oauth2-client-bundle/pull/66) - Let's see if we support Symfony4! - *@weaverryan*

## [1.12.0](https://github.com/symfony/maker-bundle/releases/tag/1.12.0)

*September 27th, 2017*

- [#61](https://github.com/knpuniversity/oauth2-client-bundle/pull/61) - Fixed example path check for getCredentials(). - *@aurelijusrozenas*
- [#62](https://github.com/knpuniversity/oauth2-client-bundle/pull/62) - Set an alias to every client service - *@larzuk91*

## [1.11.0](https://github.com/symfony/maker-bundle/releases/tag/1.11.0)

*September 12th, 2017*

- [#57](https://github.com/knpuniversity/oauth2-client-bundle/pull/57) - New Providers added - *@luchianenco*
- [#59](https://github.com/knpuniversity/oauth2-client-bundle/pull/59) - Fixing tests - *@weaverryan*

## [1.10.0](https://github.com/symfony/maker-bundle/releases/tag/1.10.0)

*June 12th, 2017*

- [#55](https://github.com/knpuniversity/oauth2-client-bundle/pull/55) - Update service definition for autowiring - *@brianfreytag*

## [1.1.0](https://github.com/symfony/maker-bundle/releases/tag/1.1.0)

*February 25th, 2016*

## [1.0.2](https://github.com/symfony/maker-bundle/releases/tag/1.0.2)

*February 25th, 2016*

## [1.0.1](https://github.com/symfony/maker-bundle/releases/tag/1.0.1)

*February 21st, 2016*

## [1.0.0](https://github.com/symfony/maker-bundle/releases/tag/1.0.0)

*February 21st, 2016*

## [0.5.0](https://github.com/symfony/maker-bundle/releases/tag/0.5.0)

*February 3rd, 2016*

## [0.4.0](https://github.com/symfony/maker-bundle/releases/tag/0.4.0)

*January 25th, 2016*

## [0.3.0](https://github.com/symfony/maker-bundle/releases/tag/0.3.0)

*January 17th, 2016*

## [0.2.0](https://github.com/symfony/maker-bundle/releases/tag/0.2.0)

*January 16th, 2016*

## [0.1.0](https://github.com/symfony/maker-bundle/releases/tag/0.1.0)

*November 9th, 2015*
