diff --git a/CHANGES.md b/CHANGES.md index 472b0d8..337d487 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ # Changelog # +## Version 1.1.2 ## + +Date: 2018-10-25 + +- Upgrade netty. +- Fix compatibility issues with clojure 1.10 + + ## Version 1.1.1 ## Date: 2018-04-24 diff --git a/doc/content.adoc b/doc/content.adoc index e38abb6..f4fd667 100644 --- a/doc/content.adoc +++ b/doc/content.adoc @@ -1,6 +1,6 @@ = octet - a library for working with byte buffers funcool.org -1.1.1 +1.1.2 :toc: left :numbered: :source-highlighter: pygments @@ -32,7 +32,7 @@ dependency vector on your *_project.clj_* file: [source,clojure] ---- -[funcool/octet "1.1.1"] +[funcool/octet "1.1.2"] ---- And the library works with the following platforms: *jdk7*, *jdk8*, *node-lts*. diff --git a/project.clj b/project.clj index 8c4a5a5..9f6f6e5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject funcool/octet "1.1.1" +(defproject funcool/octet "1.1.2" :description "A clojure(script) library for work with binary data." :url "https://github.com/funcool/octet" :license {:name "Public Domain"