diff --git a/CHANGELOG.md b/CHANGELOG.md index f56aca91..144437fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [0.6.0] - 2021-09-14 + +### Changed + +- Plume going into maintenance mode ### Fixed diff --git a/README.md b/README.md index 4e0825c2..1a8962b0 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ database agnosic and can store code-property graphs to multiple graph databases. [![codecov](https://codecov.io/gh/plume-oss/plume/branch/master/graph/badge.svg?token=4WY0U6QCU6)](https://codecov.io/gh/plume-oss/plume) [![](https://jitpack.io/v/plume-oss/plume.svg)](https://jitpack.io/#plume-oss/plume) +## Important + +Plume is going into maintenance mode. [jimple2cpg](https://github.com/joernio/jimple2cpg) is the new JVM bytecode to CPG +project that is optimized around OverflowDB and is much more lightweight. Future development will take place on +[jimple2cpg](https://github.com/joernio/jimple2cpg). + ## Learn More For more documentation and basic guides, check out the [project homepage](https://plume-oss.github.io/plume-docs/). diff --git a/VERSION.md b/VERSION.md index 63df0754..09a3acfa 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -0.5.14 \ No newline at end of file +0.6.0 \ No newline at end of file