summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2022-11-02 19:26:35 -0700
committermichael-grunder <michael.grunder@gmail.com>2022-11-06 17:39:21 -0800
commitf063370edfbe9927ababbeac05f2678fbe5398f6 (patch)
tree3a1106a45b8c34aceb71534d4a5acf244ac21eb2 /README.md
parent2b069573a5d87cfe46599bb0c5e2c4fa7269cd08 (diff)
Prepare for v1.1.0-rc1
- Update changelog. - Bump version/soname defines.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 04985ef..9594cbe 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,10 @@ Redis version >= 1.2.0.
The library comes with multiple APIs. There is the
*synchronous API*, the *asynchronous API* and the *reply parsing API*.
+## Upgrading to `1.1.0`
+
+You will need to recompile your application when upgrading from v1.0.0 to v1.1.0, but other than that no changes should be needed.
+
## Upgrading to `1.0.2`
<span style="color:red">NOTE: v1.0.1 erroneously bumped SONAME, which is why it is skipped here.</span>