From 32faa6fcdc870cb2afe3ce255ed58ea5ece650ce Mon Sep 17 00:00:00 2001 From: Mikel Elizondo Date: Mon, 4 Nov 2024 16:46:31 +0100 Subject: [PATCH] Release 0.1.14 --- CHANGELOG.md | 10 +++++++++- project.clj | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0fd2b..2418e07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. This change ## [UNRELEASED] +## [0.1.14] - 2024-11-04 +### Changed +- Upgrade dependencies: + - `com.google.firebase/firebase-admin:9.4.1` + - `org.clojure/clojure:1.12.0` +- Replace `.sendMulticast()` due to deprecation with `.sendEachForMulticast()` as the firebase-admin documentation suggests + ## [0.1.13] - 2023-12-04 ### Fixed - Modify recipient specs to avoid blank strings @@ -61,7 +68,8 @@ All notable changes to this project will be documented in this file. This change ## [0.1.0] - 2020-06-17 - First release -[UNRELEASED]: https://github.com/gethop-dev/notifications.firebase/compare/v0.1.12...HEAD +[UNRELEASED]: https://github.com/gethop-dev/notifications.firebase/compare/v0.1.14...HEAD +[0.1.14]: https://github.com/gethop-dev/notifications.firebase/compare/0.1.13...0.1.14 [0.1.13]: https://github.com/gethop-dev/notifications.firebase/compare/0.1.12...0.1.13 [0.1.12]: https://github.com/gethop-dev/notifications.firebase/compare/0.1.11...0.1.12 [0.1.11]: https://github.com/gethop-dev/notifications.firebase/compare/0.1.10...0.1.11 diff --git a/project.clj b/project.clj index 1721178..7a1229f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject dev.gethop/notifications.firebase "0.1.13-SNAPSHOT" +(defproject dev.gethop/notifications.firebase "0.1.14" :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"