M CHANGELOG.md => CHANGELOG.md +4 -0
@@ 1,3 1,7 @@
+## 0.1.1 (2020-10-11)
+
+* Add pom.xml to the jar file, fixing cljdoc API reference
+
## 0.1.0 (2020-10-10)
* Initial release
M pom.xml => pom.xml +1 -1
@@ 3,7 3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>miikka</groupId>
<artifactId>clj-branca</artifactId>
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.1.1</version>
<name>clj-branca</name>
<description>Encode and decode Branca tokens in Clojure</description>
<url>https://sr.ht/~miikka/clj-branca/</url>