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

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

commit d056ed5ce07ecc469d8f31b4b3d451adf9bf192a
Merge: e950e737c9 45da0a363e
Author: Stephen Mallette <[email protected]>
AuthorDate: Wed Jul 27 15:07:12 2022 -0400

    Merge branch '3.6-dev'

 CHANGELOG.asciidoc                      | 12 ++++++++++++
 docs/src/dev/future/index.asciidoc      | 13 -------------
 docs/src/upgrade/release-3.5.x.asciidoc | 11 +++++++++++
 docs/src/upgrade/release-3.6.x.asciidoc | 10 ++++++++++
 4 files changed, 33 insertions(+), 13 deletions(-)

diff --cc CHANGELOG.asciidoc
index 612d402f62,bd4d97d80f..88ff1660f0
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -16,19 -16,17 +16,26 @@@ limitations under the License
  ////
  = TinkerPop3 CHANGELOG
  
 -== TinkerPop 3.6.0 (Tinkerheart)
 +== TinkerPop 3.7.0 (NOT OFFICIALLY NAMED YET)
  
 
-image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-victorian.png[width=185]
 
+image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-standing.png[width=185]
 +
 +[[release-3-7.0]]
 +=== TinkerPop 3.7.0 (Release Date: NOT OFFICIALLY RELEASED YET)
 +
 +This release also includes changes from <<release-3-6-XXX, 3.6.XXX>>.
 +
 +* Removed `connectOnStartup` configuration option from gremlin-javascript.
 +* Changed `Gremlin.version()` to read from the more specificly named 
`tinkerpop-version` attribute.
 +* Added warning on vertex property cardinality mismatch when reading GraphML.
  
+ [[release-3-6-2]]
+ === TinkerPop 3.6.2 (Release Date: NOT OFFICIALLY RELEASED YET)
+ 
+ This release also includes changes from <<release-3-5-5, 3.5.5>>.
+ 
+ 
+ 
  [[release-3-6-1]]
  === TinkerPop 3.6.1 (Release Date: July 18, 2022)
  

Reply via email to