Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Opendistro Release 1.6.1 (#75)
Browse files Browse the repository at this point in the history
* Opendistro Release 1.6.1

* Remove CI and change release workflow based on tags
  • Loading branch information
penghuo authored May 4, 2020
1 parent 51fe28e commit 5044d64
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 33 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/CI.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Build and Release SQL-JDBC
# This workflow is triggered on creating tags to master or an opendistro release branch
on:
push:
branches:
- opendistro-*
tags:
- 'v*'

jobs:
Release-SQL-JDBC:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ plugins {
group 'com.amazon.opendistroforelasticsearch.client'

// keep version in sync with version in Driver source
version '1.6.0.0'
version '1.6.1.0'

version = "${version}"

Expand Down
6 changes: 5 additions & 1 deletion opendistro-elasticsearch-jdbc.release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 2020-03-24, Version 1.6.0.0 (Current)
## 2020-04-29, Version 1.6.1.0 (Current)
### Enhancement
* Enhancement [#72](https://github.com/opendistro-for-elasticsearch/sql-jdbc/pull/72): Use default holdability for prepareStatement. (issue: [#63](https://github.com/opendistro-for-elasticsearch/sql-jdbc/issues/63))

## 2020-03-24, Version 1.6.0.0
### Enhancement
* Enhancement [#49](https://github.com/opendistro-for-elasticsearch/sql-jdbc/pull/49): Implementation of the execute method in the PreparedStatementImpl class (issue: [#62](https://github.com/opendistro-for-elasticsearch/sql-jdbc/issues/62))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public enum Version {

// keep this in sync with the gradle version
Current(1, 6, 0, 0);
Current(1, 6, 1, 0);

private int major;
private int minor;
Expand Down

0 comments on commit 5044d64

Please sign in to comment.