From 2c433a6ce6c978aa15820887b3769b36d4ff9e8d Mon Sep 17 00:00:00 2001 From: Philip Hughes Date: Tue, 24 Mar 2015 11:18:05 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a934d..6cc8228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.1.0] - 2015-03-24 10:45 GMT +##### Added +- Ability to show a title for each toast message using the optional parameter `$title` (see [#1], thanks @rzimin). + ## [1.0.0] - 2015-03-09 10:47 GMT - Initial release. +[#1]: https://github.com/Grimthorr/laravel-toast/pull/1 + +[1.1.0]: https://github.com/Grimthorr/laravel-toast/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/Grimthorr/laravel-toast/tree/1.0.0