Skip to content

Commit f00f4c6

Browse files
committed
Bump version
1 parent ff91a3f commit f00f4c6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v2.0.2
9+
10+
### Fixed
11+
- User agent header version resolution
812

913
## v2.0.1
1014

1115
### Fixed
1216
- Maven source control url
1317

14-
1518
## v2.0.0
1619

1720
### Added

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>detectlanguage</artifactId>
77
<packaging>jar</packaging>
88
<name>detectlanguage-java</name>
9-
<version>2.0.1</version>
9+
<version>2.0.2</version>
1010
<description>Language Detection API Java client.</description>
1111
<url>http://detectlanguage.com</url>
1212
<licenses>

0 commit comments

Comments
 (0)