Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
macielti committed Jul 21, 2024
1 parent cfa3ec1 commit 06ad752
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ of [keepachangelog.com](http://keepachangelog.com/).

## [Unreleased]

## [25.51.50] - 2024-07-12
## [25.52.50] - 2024-07-21

## Added

- Add CronJob component.

## [25.51.50] - 2024-07-21

## Changed

Expand Down Expand Up @@ -683,7 +689,9 @@ of [keepachangelog.com](http://keepachangelog.com/).

- Add `loose-schema` function.

[Unreleased]: https://github.com/macielti/common-clj/compare/v25.51.50...HEAD
[Unreleased]: https://github.com/macielti/common-clj/compare/v25.52.50...HEAD

[25.52.50]: https://github.com/macielti/common-clj/compare/v25.51.50...v25.52.50

[25.51.50]: https://github.com/macielti/common-clj/compare/v25.51.49...v25.51.50

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 net.clojars.macielti/common-clj "25.51.50"
(defproject net.clojars.macielti/common-clj "25.52.50"
:description "Just common Clojure code that I use across projects"
:url "https://github.com/macielti/common-clj"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit 06ad752

Please sign in to comment.