Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

Commit 46a2382

Browse files
version 1.3.0
1 parent c3ca705 commit 46a2382

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## Unreleased
7+
## [1.3.0] - (2020-07-19)
88
### Added
99
- added [Lombok](https://projectlombok.org/) library
10+
1011
### Fixed
1112
- fixed java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
1213

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.tagmycode</groupId>
55
<artifactId>tagmycode-sdk</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
<name>TagMyCode Java SDK</name>
99
<description>Java SDK for TagMyCode REST API</description>
1010
<url>http://tagmycode.com</url>

0 commit comments

Comments
 (0)