Skip to content

Commit 4644a71

Browse files
committed
Renamed the CHANGELOG, it made Cljdoc disfunction.
1 parent 90ceb30 commit 4644a71

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG renamed to CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Versions prior to v0.1.0 are considered experimental, their API may change.
88
## [Unreleased]
99

1010

11+
## [0.0.5] - 2020-08-09
12+
13+
### Fixed
14+
- A Cljdoc problem.
15+
1116
## [0.0.4] - 2020-08-09
1217

1318
### Added

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>minimallist</groupId>
55
<artifactId>minimallist</artifactId>
6-
<version>0.0.4</version>
6+
<version>0.0.5</version>
77
<name>Minimallist</name>
88
<description>A minimalist data driven data model library, inspired by Spec and Malli.</description>
99
<url>https://github.com/green-coder/minimallist</url>

0 commit comments

Comments
 (0)