diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a599838..8a7cb190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,7 @@ 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] - -### Added - -- Object data flow tests that explores fields and inter-procedural calls (both static + virtual). -- Data flow tests followed from `JavaSrc2Cpg`, specifically `OperatorTests` +## [1.0.18] - 2022-03-09 ### Changed diff --git a/build.sbt b/build.sbt index 35663646..3cfd595e 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ name := "Plume" inThisBuild( List( organization := "com.github.plume-oss", - version := "1.0.17", + version := "1.0.18", scalaVersion := "2.13.7", crossScalaVersions := Seq("2.13.7", "3.1.1"), resolvers ++= Seq(