SlackBundle v2.6.0
==================
- Feature: Support file upload api with multipart form data (by @pmishev)
- Feature: Add support for threads in file upload api (by @pmishev)

SlackBundle v2.5.0
==================
- Feature: Removed symfony/symfony as required package by splitting requirements (by @makasim)
- FIX: Symfony 4 Warnings when calling public services (by @syunta)

SlackBundle v2.4.1
==================
- FIX: Symfony 2.8 support was defect by removed classes in services.yml

SlackBundle v2.4.0
==================
- Feature: Commands compatible to Symfony 3.4 (by @alister)
- (NOT BC) Feature: Remove old command prefixes (see v1.3) (by @alister)
- Patch: removed different typos (by @alister)
- Feature: Support for more fields in attachments and additional client options for Messaging::message() (by @pmishev)
- Support for Symfony 4.0

SlackBundle v2.3.0
==================
- Feature: Add channel.create action
- Bug: Fixed dumb error with post requesting

SlackBundle v2.2.0
==================
- Feature: Add Support to send Requests as POST instead of GET
- Patch: Fix UsersList-Action, users email could be empty (by @mediafigaro)
- Patch: Fix channel history (found in fork by @elmpp)

SlackBundle v2.1.0
==================
- Add Support to disable SSL Verification at Guzzle Client

SlackBundle v2.0.0
==================
- (NOT BC) Feature: Upgrade to Guzzle 6 (thanks for Support @alister)

SlackBundle v1.4.0
==================
- Feature: Monolog-Logger uses colored attachments based on the log level (by @jdecoster)
- Patch: Quoting Services to Support Symfony > 2.8 (by @carlosmasip)
- Patch: Fix deprecation in configuration
- Patch: Enable Symfony 3.0 and PHP 7

SlackBundle v1.3.0
==================
- Feature: File upload service now accepts an array of channels, string usage is deprecated
- Feature: Implement action to invite users to a channel
- Feature: Implement action and service to get details about users on the team
- Feature: Implement console command to read userdata from api
- Patch: File upload no longer need to lookup channel id due to api changes
- Patch: Set aliases for command names - old names with dzunke: prefix will be removed in the future!

SlackBundle v1.2.2
==================
- Patch: MessageAttachment support complete attachment-api (by @shimmi)

SlackBundle v1.2.1
==================
- Patch Feature: Customize icon_url and icon_emoji on single message-action (by @tobiassjosten)

SlackBundle v1.2.0
==================
- Feature: Added FileUploads
- Feature: Added Basic Implementation for Event-Driven Bots

SlackBundle v1.1.1
==================
- Feature: Downgraded requirement for GuzzleClient Version to 3.7.0 (by @toooni)

SlackBundle v1.1.0
==================
- Feature: Added Provider for Silex-Integration
- Feature: Added Attachments to the Messaging-Methods
- (NOT BC) Refactor: Identities are only needed for Chat, so no general use is needed

SlackBundle v1.0.0
==================
- Initial Release
