diff --git a/CHANGELOG.md b/CHANGELOG.md index f2598461..4c0d4867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased] +## [0.7.4] - 2019-10-04 ### Fixed @@ -382,7 +382,8 @@ represents the first three bases of chromosome 1. First release -[Unreleased]: https://github.com/chrovis/cljam/compare/0.7.3...HEAD +[Unreleased]: https://github.com/chrovis/cljam/compare/0.7.4...HEAD +[0.7.4]: https://github.com/chrovis/cljam/compare/0.7.3...0.7.4 [0.7.3]: https://github.com/chrovis/cljam/compare/0.7.2...0.7.3 [0.7.2]: https://github.com/chrovis/cljam/compare/0.7.1...0.7.2 [0.7.1]: https://github.com/chrovis/cljam/compare/0.7.0...0.7.1 diff --git a/README.md b/README.md index 8fc2f95f..589ae97a 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ cljam is available as a Maven artifact from [Clojars](https://clojars.org/cljam) Clojure CLI/deps.edn: ```clojure -cljam {:mvn/version "0.7.3"} +cljam {:mvn/version "0.7.4"} ``` Leiningen/Boot: ```clojure -[cljam "0.7.3"] +[cljam "0.7.4"] ``` ## Breaking changes in 0.7.0 diff --git a/project.clj b/project.clj index e3412ac9..c98c95d2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cljam "0.7.4-SNAPSHOT" +(defproject cljam "0.7.4" :description "A DNA Sequence Alignment/Map (SAM) library for Clojure" :url "https://github.com/chrovis/cljam" :license {:name "Apache License, Version 2.0"