You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/09/05 09:09:05 UTC

[camel] branch master updated: Added Camel 2.20.1 release notes to docs

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 0cb887e  Added Camel 2.20.1 release notes to docs
0cb887e is described below

commit 0cb887edaf074fdc0bdd5dcccc39da45bd015afa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 5 11:08:42 2018 +0200

    Added Camel 2.20.1 release notes to docs
---
 .../en/release-notes/camel-2201-release.adoc       | 40 ++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/docs/user-manual/en/release-notes/camel-2201-release.adoc b/docs/user-manual/en/release-notes/camel-2201-release.adoc
new file mode 100644
index 0000000..142786e
--- /dev/null
+++ b/docs/user-manual/en/release-notes/camel-2201-release.adoc
@@ -0,0 +1,40 @@
+[[Camel2.20.1Release-Camel2.20.1Release]]
+== Camel 2.20.1 Release
+ 
+### New and Noteworthy
+
+Welcome to the 2.20.1 release which is mainly a maintenance release and
+resolved over 66 issues.
+
+
+### Known Issues
+
+* See <<Camel2.20.0Release,Camel 2.20.0 Release>>
+
+### Important changes to consider when upgrading
+
+* See <<Camel2.20.0Release,Camel 2.20.0 Release>>
+
+### Getting the Binaries using Maven 2
+
+To use this release in your maven project, the proper dependency
+configuration that you should use in your
+http://maven.apache.org/guides/introduction/introduction-to-the-pom.html[Maven
+POM] is:
+
+[source,java]
+-------------------------------------
+<dependency>
+  <groupId>org.apache.camel</groupId>
+  <artifactId>camel-core</artifactId>
+  <version>2.20.1</version>
+</dependency>
+-------------------------------------
+
+### Changelog
+
+For a more detailed view of new features and bug fixes, see the:
+
+https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12341590[Release
+notes for 2.20.1]
+