diff --git a/CHANGELOG.md b/CHANGELOG.md
index 45d4800..a8728cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [0.1.1] - 26/03/2021.
+
+* Added methods `searchCategories`, `getBroadcasterSubscriptions`
+
 ## [0.1.0] - 23/03/2021.
 
 * **Breaking Changes:** `getExtensionAnalytics`, `getGameAnalytics`, `getTopGames`, `searchChannels`, `getStreams` now returns an object of type `TwitchResponse`
diff --git a/example/pubspec.lock b/example/pubspec.lock
index 35ddd7e..43b12ad 100644
--- a/example/pubspec.lock
+++ b/example/pubspec.lock
@@ -49,7 +49,7 @@ packages:
       name: cupertino_icons
       url: "https://pub.dartlang.org"
     source: hosted
-    version: "1.0.0"
+    version: "1.0.2"
   dio:
     dependency: transitive
     description:
@@ -162,7 +162,7 @@ packages:
       path: ".."
       relative: true
     source: path
-    version: "0.0.3"
+    version: "0.1.1"
   typed_data:
     dependency: transitive
     description:
diff --git a/pubspec.yaml b/pubspec.yaml
index 02b155f..b6b7930 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,7 +1,7 @@
 name: twitch_api
 description: A wrapper in pure Dart to connect to Twitch.tv using OAuth implicit
   authentication.
-version: 0.1.0
+version: 0.1.1
 homepage: https://github.com/TesteurManiak/twitch_api_flutter
 repository: https://github.com/TesteurManiak/twitch_api_flutter