diff --git a/CHANGELOG.md b/CHANGELOG.md
index dcc843d..4bc0f6e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Change Log
+## [v1.1.0](https://github.com/jonathontoon/tweet-tray/releases/tag/v1.1.0)
+
+It's been awhile since our last release, but hopefully this one is well worth it. Along with a number of small features and improvements we now have support for 9 languages!
+
+- Fix global shortcut issue interfering with other applications (#121)
+- Add option to launch app on OS launch (#111)
+- Fix Linux bug for window positioning (#107)
+- Separate out composer window logic (#105)
+- Use profile color from API to tint Tweet Tray (#102)
+- Fix window positioning on OSX and Windows (#90, #82)
+- Add support for 7 languages (#30) (Thanks to @riotherio, @aauldy, @harleo, @juanbuis and Shiping Toohey)
+- Add tests for React components (#9)
+- Redesigned Settings view
+- Added current application version number to Settings view
+- Add CircleCI and Github badges to README.md
+- Added support for Tweet Tray to [Homebrew Cask](https://caskroom.github.io/) (#86) (Thanks @riotherio!)
+
## [v1.0.3](https://github.com/jonathontoon/tweet-tray/releases/tag/v1.0.3)
Includes a number of bug fixes, keyboard shortcuts and a great new icon thanks to @riotherio.
diff --git a/README.md b/README.md
index 5ff4991..9800bc1 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
# Tweet Tray 🐦
-[](https://circleci.com/gh/jonathontoon/tweet-tray) [](https://github.com/jonathontoon/tweet-tray/releases)
+[](https://circleci.com/gh/jonathontoon/tweet-tray) [](https://github.com/jonathontoon/tweet-tray/releases)
+
[](https://github.com/jonathontoon/tweet-tray/blob/master/LICENSE.md)
### Table of Contents
@@ -14,16 +15,16 @@
- [Acknowledgements](#acknowledgements)
## Introduction
-
+
Tweet Tray is a small application which allows you to tweet from your desktop system tray or status bar, without any further distractions. The core technology used consists of [Electron](https://github.com/electron/electron), [React](https://github.com/facebook/react) + [Redux](https://github.com/reactjs/redux) and [Styled Components](https://github.com/styled-components/styled-components). All transpiled from ES6 Javascript.
## Downloads
-#### 🍎 [MacOS](https://github.com/jonathontoon/tweet-tray/releases/download/v1.0.3/tweet-tray-v103.dmg)
-#### 🏨 [Windows](https://github.com/jonathontoon/tweet-tray/releases/download/v1.0.3/tweet-tray-v103.exe)
-#### 🐧 [Linux (AppImage)](https://github.com/jonathontoon/tweet-tray/releases/download/v1.0.3/tweet-tray-v103.AppImage)
-#### 🐧 [Linux (DEB File)](https://github.com/jonathontoon/tweet-tray/releases/download/v1.0.3/tweet-tray-v103.deb)
+#### 🍎 [MacOS](https://github.com/jonathontoon/tweet-tray/releases/download/v1.1.0/tweet-tray-1.1.0.dmg)
+#### 🏨 [Windows](https://github.com/jonathontoon/tweet-tray/releases/download/v1.1.0/tweet-tray-1.1.0.exe)
+#### 🐧 [Linux (AppImage)](https://github.com/jonathontoon/tweet-tray/releases/download/v1.1.0/tweet-tray-1.1.0.AppImage)
+#### 🐧 [Linux (DEB File)](https://github.com/jonathontoon/tweet-tray/releases/download/v1.1.0/tweet-tray-1.1.0.deb)
See [releases](https://github.com/jonathontoon/tweet-tray/releases) for more information.