Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Stark committed Oct 13, 2017
1 parent 9438827 commit 4cd0f06
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased]

## [1.1.0] - 2017-10-13

### Changed
- added AFTER_PUSH listener
- removed custom Queue class


## 1.0.0 - 2017-08-22
### Added
- Initial release
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ostark/craft-async-queue",
"description": "A queue handler that moves queue execution to a non-blocking background process",
"type": "craft-plugin",
"version": "1.0.0",
"version": "1.1.0",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 4cd0f06

Please sign in to comment.