diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f9eec..a47ab5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [0.1.13] - 2018-09-26 +- Bugfix: Pass path as `nil` when no path is available + ## [0.1.12] - 2018-09-26 - Make it possible to add skins - Table enhancements diff --git a/project.clj b/project.clj index 7477e08..ff4f96c 100644 --- a/project.clj +++ b/project.clj @@ -12,7 +12,7 @@ ;; See the License for the specific language governing permissions and ;; limitations under the License. -(defproject org.omnyway/re-crud "0.1.12" +(defproject org.omnyway/re-crud "0.1.13" :dependencies [[org.clojure/clojure "1.8.0"] [org.clojure/clojurescript "1.9.229"] [reagent "0.6.0"]