Skip to content

Commit

Permalink
Bump version from 1.5.1 to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsoft committed Feb 17, 2022
1 parent a4e9986 commit 072fd8d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.5.2 (17 Feb 2022)

## Bug Fixes
- Fix incorrect hashtag(`#`) prefix.

# 1.5.1 (14 Feb 2022)

## Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Badge.builder()
<dependency>
<groupId>org.silentsoft</groupId>
<artifactId>badge4j</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.silentsoft</groupId>
<artifactId>badge4j</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>

<name>Badge4J</name>
<description>Badge4J is a Java implementation of the badge-maker JavaScript library and is inspired by shields.io.</description>
Expand Down

0 comments on commit 072fd8d

Please sign in to comment.