diff --git a/CHANGELOG.md b/CHANGELOG.md index c32cb1c..5cb87d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.2] - unreleased +## [1.2] - 2021-12-06 ### Fixed - proper escaping of ` `, `+` and `%` in `file://`, `hdfs://`, `s3://` and `sftp://` - don't lookup credentials from env (compatibility with v1.0) when there is a matching url in configuration diff --git a/project.clj b/project.clj index 747b5fc..c028c93 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject uio/uio "1.2-SNAPSHOT" +(defproject uio/uio "1.2" :description "uio is a Clojure library and a command line tool for accessing HDFS, S3, SFTP and other file systems." :repositories {"cloudera" "https://repository.cloudera.com/content/groups/cdh-releases-rcs"