Skip to content

Commit

Permalink
update changelog file and increment version number of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
macielti committed Feb 9, 2022
1 parent 1423ee2 commit e252ec9
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 @@ -5,6 +5,12 @@ of [keepachangelog.com](http://keepachangelog.com/).

## [Unreleased]

## [9.13.10] - 2022-02-09

### Fixed

- Using `stop-and-reset-pool!` instead of `shutdown-pool-gracefully!` (this is a private function).

## [9.13.9] - 2022-02-05

### Fixed
Expand Down Expand Up @@ -194,7 +200,9 @@ of [keepachangelog.com](http://keepachangelog.com/).

- Add `loose-schema` function.

[Unreleased]: https://github.com/macielti/common-clj/compare/v9.13.9...HEAD
[Unreleased]: https://github.com/macielti/common-clj/compare/v9.13.10...HEAD

[9.13.10]: https://github.com/macielti/common-clj/compare/v9.13.9...v9.13.10

[9.13.9]: https://github.com/macielti/common-clj/compare/v8.13.8...v9.13.9

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 "9.13.9"
(defproject net.clojars.macielti/common-clj "9.13.10"
: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 e252ec9

Please sign in to comment.