Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bfeaver committed Jun 15, 2022
1 parent 937092a commit f007579
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
<!--- BEGIN HEADER -->
# Changelog

All notable changes to this project will be documented in this file.
<!--- END HEADER -->

## [1.1.0](https://github.com/Slickdeals/gearman-messenger/compare/v1.0.1...v1.1.0) (2021-05-22)


### Features

* Only connect to one server with GearmanClient [#3](https://github.com/Slickdeals/gearman-messenger/issues/3) ([f89c4d](https://github.com/Slickdeals/gearman-messenger/commit/f89c4dbeefca4ec0b6e508f40cc44ec06142e19d))

---

## [1.0.1](https://github.com/Slickdeals/gearman-messenger/compare/v1.0.0...v1.0.1) (2021-04-15)


### Bug Fixes
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

* Unset transport_name in options from Messenger [#1](https://github.com/Slickdeals/gearman-messenger/issues/1) ([f23fb9](https://github.com/Slickdeals/gearman-messenger/commit/f23fb9acfb4fe6673f80d983ad7d85de83e5da0b))
## [Unreleased]

---
## [1.1.1] - 2022-06-15
### Changed
- Add support for Symfony 6.*.
### Removed
- Conventional commit changelog generator from dev dependencies.

## [1.0.0](https://github.com/Slickdeals/gearman-messenger/compare/79684c3d5c54ff84020eb05f294b9324ae0c5d02...v1.0.0) (2021-04-14)
## [1.1.0] - 2021-05-22
### Added
- Only connect to one server with GearmanClient

### Feature
## [1.0.1] - 2021-04-15
### Fixed

* Add GearmanTransport using Gearman extension for Symfony Messenger ([e3e3e0](https://github.com/Slickdeals/gearman-messenger/commit/e3e3e08c472eab4767e78f4b66895a1e675eb609)).
- Unset transport_name in options from Messenger

---
## [1.0.0] - 2021-04-14
### Added
- Add GearmanTransport using Gearman extension for Symfony Messenger

[Unreleased]: https://github.com/Slickdeals/gearman-messenger/compare/v1.1.1...main
[1.1.1]: https://github.com/Slickdeals/gearman-messenger/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/Slickdeals/gearman-messenger/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/Slickdeals/gearman-messenger/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/Slickdeals/gearman-messenger/compare/79684c3d5c54ff84020eb05f294b9324ae0c5d02...v1.0.0

0 comments on commit f007579

Please sign in to comment.