diff --git a/CHANGELOG.md b/CHANGELOG.md
index f104e0378..a2048767a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+## [2.1.0] - 2019-11-10
+
+
+
+**Contributors:**
+@CephalonRho @ebroto @Phundrak
+
+**Language**
+* Added support for Org @Phundrak
+
+**New feature:**
+* Add --no-color-blocks flag #153
+* Add suport for SIXEL image_backend @CephalonRho
+
+**Misc**
+* Update to askalono 0.4.0 and use a more strict confidence threshold
+
## [2.0.1] - 2019-11-06
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index fb9044f7d..55ac33cfc 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -122,3 +122,48 @@ Sam Tebbs
Taha
Vipul-Bajaj
Willy Chen
+Ossama Hjaji
+Spenser Black
+ZapAnton
+CephalonRho
+Andrew Pritchard
+Cody Metz
+ktsuench
+Kloenk
+Pablo Diego
+xynxynxyn
+eman0n
+Eduardo Broto
+GooseDB
+JoshBrudnak
+cnsumner
+rockisch
+vypxl
+zxey
+Aleksei Pirogov
+Francesco Dipi
+Julian Kaindl
+Kasra Ferdowsifard
+Nikos Filippakis
+Rob Warner
+Ryan Troxler
+Vinh Nguyen
+VinÃcius Estevam
+A. Nackov
+Abhishek C. Sharma
+Alan Pope
+Amirali Esmaeili
+Arvid Boivie
+Bojan Djurdjevic
+ImgBotApp
+Jadi
+Josh Stone
+Kent Tsuenchy
+Kitlith
+Lucien Cartier-Tilet
+Mads Johansen
+Quint Daenen
+Sam Tebbs
+Taha
+Vipul-Bajaj
+Willy Chen
diff --git a/Cargo.lock b/Cargo.lock
index 703a70eac..e0b4352f2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -734,7 +734,7 @@ dependencies = [
[[package]]
name = "onefetch"
-version = "2.0.1"
+version = "2.1.0"
dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"askalono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index fec1da1ab..db8440859 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "onefetch"
description = "Git repository summary on your terminal"
-version = "2.0.1"
+version = "2.1.0"
authors = ["o2sh "]
readme = "README.md"
license = "MIT"
diff --git a/README.md b/README.md
index 2b058c285..5e81fa0cc 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-
+