diff --git a/CHANGELOG.md b/CHANGELOG.md index fa4bc2f..63db43d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log ## [Unreleased] +- _(nothing yet)_ + +## [0.4.0] - Dependency change: Replace Sodium library with Iron - Make :-on handler more error-resistant @@ -18,7 +21,8 @@ - Support basic read/write/watch - Google auth -[Unreleased]: https://github.com/deg/re-frame-firebase/compare/41e6695...HEAD +[Unreleased]: https://github.com/deg/re-frame-firebase/compare/HEAD...HEAD +[0.4.0]: https://github.com/deg/re-frame-firebase/compare/41e6695...HEAD [0.3.0]: https://github.com/deg/re-frame-firebase/compare/90f163f...41e6695 [0.2.0]: https://github.com/deg/re-frame-firebase/compare/4804b1f...90f163f [0.1.0]: https://github.com/deg/re-frame-firebase/compare/b2f1711...4804b1f diff --git a/README.md b/README.md index 0b62ab1..0bf2305 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ them as I need. But, I am receptive to feature requests and happy to accept PRs. [![Dependencies Status](https://versions.deps.co/deg/re-frame-firebase/status.svg)](https://versions.deps.co/deg/re-frame-firebase) - Add this project to your dependencies. The current version is - `[com.degel/re-frame-firebase "0.3.0"]`. Note this this automatically includes firebase - too; currently v4.4.0. + `[com.degel/re-frame-firebase "0.4.0"]`. Note this this automatically includes firebase + too; currently v4.4.0-1. - Reference the main namespace in your code: `[com.degel.re-frame-firebase :as firebase]` - Initialize the library in your app initialization, probably just before you call `(mount-root)`. See below for details. diff --git a/project.clj b/project.clj index c33f1c5..41b0e70 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,7 @@ ;;; Author: David Goldfarb (deg@degel.com) ;;; Copyright (c) 2017, David Goldfarb -(defproject com.degel/re-frame-firebase "0.4.0-SNAPSHOT" +(defproject com.degel/re-frame-firebase "0.4.0" :description "A re-frame wrapper around firebase" :url "https://github.com/deg/re-frame-firebase" :license {:name "Eclipse Public License"