diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c7cd9..254b0e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This change ## [UNRELEASED] +## [0.1.12] - 2022-08-31 +### Added +- Add debug level logging to firebase functions + ## [0.1.11] - 2022-08-28 ### Added - Facilitate using the library without Integrant diff --git a/project.clj b/project.clj index 2b2127e..3a367f8 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject dev.gethop/notifications.firebase "0.1.12-SNAPSHOT" +(defproject dev.gethop/notifications.firebase "0.1.12" :description "A duct library for managing notifications with Firebase Cloud Messaging" :url "http://github.com/gethop-dev/notifications.firebase" :min-lein-version "2.9.8"