diff --git a/CHANGELOG.md b/CHANGELOG.md index 85ba095b..dc873c3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][Unreleased] + + +* * * + +## [0.26.0][0.26.0] - 2016-01-20 + Added: 1. Add *TelegramBot* constructor options: @@ -35,8 +41,8 @@ Fixed: 1. Handle error during formatting `formData` 1. Fix ES6 syntax -*Credits: Unless explicitly stated otherwise, above work was done by -@GochoMugo* +*Credits/Blames: Unless explicitly stated otherwise, above work was +done by @GochoMugo* * * * @@ -60,4 +66,5 @@ Fixed: [0.25.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.25.0 -[Unreleased]:https://github.com/yagop/node-telegram-bot-api/compare/v0.25.0...master +[0.26.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.26.0 +[Unreleased]:https://github.com/yagop/node-telegram-bot-api/compare/v0.26.0...master diff --git a/package.json b/package.json index 047e25aa..34419790 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-telegram-bot-api", - "version": "0.25.0", + "version": "0.26.0", "description": "Telegram Bot API", "main": "./index.js", "directories": { @@ -384,4 +384,4 @@ "hireable": true } ] -} \ No newline at end of file +}