Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Apr 7, 2022
1 parent bd13636 commit d81660e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.1.0](https://github.com/dbmdz/pathfinder/releases/tag/2.1.0) - 2022-04-07

### Added

- Added support for home directory if prefix `file:` is given (`file:~/...`)
2 changes: 1 addition & 1 deletion pathfinder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pathfinder-parent</artifactId>
<groupId>com.github.dbmdz.pathfinder</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.dbmdz.pathfinder</groupId>
<artifactId>pathfinder-parent</artifactId>
<packaging>pom</packaging>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>

<modules>
<module>pathfinder</module>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-pathfinder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pathfinder-parent</artifactId>
<groupId>com.github.dbmdz.pathfinder</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit d81660e

Please sign in to comment.