From 56f38149b497cbaab715a997bdd4af59e314bc83 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1s=20Fox?= <tomas.c.fox@gmail.com>
Date: Sun, 19 Sep 2021 19:00:26 -0300
Subject: [PATCH] Add breaking change notice and update travis link

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ff6309b..0d9361c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # graphene-django-optimizer
 
-[![build status](https://img.shields.io/travis/tfoxy/graphene-django-optimizer.svg)](https://travis-ci.org/tfoxy/graphene-django-optimizer)
+[![build status](https://img.shields.io/travis/tfoxy/graphene-django-optimizer.svg)](https://travis-ci.com/github/tfoxy/graphene-django-optimizer)
 [![coverage](https://img.shields.io/codecov/c/github/tfoxy/graphene-django-optimizer.svg)](https://codecov.io/gh/tfoxy/graphene-django-optimizer)
 [![PyPI version](https://img.shields.io/pypi/v/graphene-django-optimizer.svg)](https://pypi.org/project/graphene-django-optimizer/)
 ![python version](https://img.shields.io/pypi/pyversions/graphene-django-optimizer.svg)
@@ -9,12 +9,14 @@
 Optimize queries executed by [graphene-django](https://github.com/graphql-python/graphene-django) automatically, using [`select_related`](https://docs.djangoproject.com/en/2.0/ref/models/querysets/#select-related), [`prefetch_related`](https://docs.djangoproject.com/en/2.0/ref/models/querysets/#prefetch-related) and [`only`](https://docs.djangoproject.com/en/2.0/ref/models/querysets/#only) methods of Django QuerySet.
 
 
+
 ## Install
 
 ```bash
 pip install graphene-django-optimizer
 ```
 
+*Note: If you are using Graphene V2, please install version `0.8`. v0.9 and forward will support only Graphene V3*
 
 ## Usage
 
-- 
GitLab