diff --git a/CHANGELOG.md b/CHANGELOG.md index 6185801..29085cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 1.4.7 + - Support overriding settings. #9 ## 1.4.6 diff --git a/README.md b/README.md index 5d45e4a..b01ca93 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A Leiningen plugin to use [clojure-lsp](https://clojure-lsp.io/) features API. Add the plugin to your `project.clj`: ```clojure -:plugins [[com.github.clojure-lsp/lein-clojure-lsp "1.4.6"]] +:plugins [[com.github.clojure-lsp/lein-clojure-lsp "1.4.7"]] ``` ## Usage diff --git a/project.clj b/project.clj index ad02e85..861f8de 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.github.clojure-lsp/lein-clojure-lsp "1.4.6" +(defproject com.github.clojure-lsp/lein-clojure-lsp "1.4.7" :description "Lein plugin to run clojure-lsp features via API." :url "https://clojure-lsp.github.io/clojure-lsp" :license {:name "MIT"