From 7e22c1a8eecfa6ebdcb757e2523c6ac6940e20d4 Mon Sep 17 00:00:00 2001
From: Paolo Donadeo
Date: Sun, 20 Jan 2019 21:37:06 +0100
Subject: [PATCH] Version 1.2.2
---
CHANGES.md | 5 +++++
lens.opam | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index 216388a..e498d7b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,8 @@
+1.2.2 (20-Jan-2019):
+* Solved issue with the pseudo imperative -= infix operator
+ Thanks to @takanuva for reporting this.
+ Issue here: https://github.com/pdonadeo/ocaml-lens/issues/11
+
1.2.1 (30-Jun-2018):
* Build system changed from oasis/ocamlbuild to jbuilder.
diff --git a/lens.opam b/lens.opam
index 98310e8..463fb6a 100644
--- a/lens.opam
+++ b/lens.opam
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "lens"
-version: "1.2.1"
+version: "1.2.2"
available: [ ocaml-version >= "4.04.1" ]
maintainer: "Paolo Donadeo "
authors: [ "Alessandro Strada " ]