Skip to content

Commit e3159cc

Browse files
committed
Change version to 1.2.0
This is a more appropriate version number according to SemVer semantics.
1 parent f3e8a84 commit e3159cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This log will detail notable changes to MyBatis Dynamic SQL. Full details are available on the GitHub milestone pages.
44

5-
## Release 1.1.5 - Unreleased
5+
## Release 1.2.0 - August 19, 2020
66

7-
GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=milestone%3A1.1.5+](https://github.com/mybatis/mybatis-dynamic-sql/issues?q=milestone%3A1.1.5+)
7+
GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=milestone%3A1.2.0+](https://github.com/mybatis/mybatis-dynamic-sql/issues?q=milestone%3A1.2.0+)
88

99
### General Announcements
1010

@@ -14,7 +14,7 @@ This release includes a significant refactoring of the classes in the "org.mybat
1414

1515
With this release, we deprecated several insert methods because they were inconsistently named or awkward. All deprecated methods have documented direct replacements.
1616

17-
In the next major release of the library, all deprecated code will be removed.
17+
All deprecated code will be removed in the next release.
1818

1919
### Added
2020

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</parent>
2525
<groupId>org.mybatis.dynamic-sql</groupId>
2626
<artifactId>mybatis-dynamic-sql</artifactId>
27-
<version>1.1.5-SNAPSHOT</version>
27+
<version>1.2.0-SNAPSHOT</version>
2828
<name>MyBatis Dynamic SQL</name>
2929
<description>MyBatis framework for generating dynamic SQL</description>
3030
<inceptionYear>2016</inceptionYear>

0 commit comments

Comments
 (0)