Skip to content

Commit

Permalink
release 1.2.0 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhe123 authored Aug 27, 2018
1 parent 5f9cfa3 commit 1260d2a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
1.2.0 / 2018-08-27
==================

* Add NAS Support

1.1.10 / 2018-06-01
==================

* add vpc and cdn events trigger support
* Add vpc and cdn events trigger support

1.1.8 / 2018-05-04
==================
Expand All @@ -16,7 +21,7 @@
1.1.6 / 2018-04-12
==================

* add environment variables support
* Add environment variables support

1.1.5 / 2018-03-16
==================
Expand All @@ -32,7 +37,6 @@
==================

* Fixed FC endpoints for newer regions
* bump to 1.1.3-SNAPSHOT

1.1.2 / 2017-09-29
==================
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add Maven dependencies into pom.xml
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-fc</artifactId>
<version>1.1.10</version>
<version>1.2.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-fc</artifactId>
<packaging>jar</packaging>
<version>1.1.10</version>
<version>1.2.0</version>
<name>aliyun-java-sdk-fc</name>
<url>https://www.aliyun.com/product/fc</url>
<description>Aliyun Java SDK for FunctionCompute</description>
Expand Down

0 comments on commit 1260d2a

Please sign in to comment.