Skip to content

Commit

Permalink
Release 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
MikelElizondo committed Nov 4, 2024
1 parent f7e0b81 commit 32faa6f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 32faa6f

Please sign in to comment.