diff --git a/CHANGELOG.md b/CHANGELOG.md index e83d115..8e089f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.2.0 + +:vertical_traffic_light: :vertical_traffic_light: This is the first version supporting PyLops v2. :vertical_traffic_light: :vertical_traffic_light: + +* Modified all routines to interface with PyLops v2.x.x + # 0.1.0 :vertical_traffic_light: :vertical_traffic_light: This is the latest version supporting PyLops v1. :vertical_traffic_light: :vertical_traffic_light: diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index aa72204..56093ef 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -3,6 +3,17 @@ Changelog ========= +Version 0.2.0 +------------- + +*Released on: 29/11/2023* + +|:vertical_traffic_light:| |:vertical_traffic_light:| This is the first version supporting PyLops v2. +|:vertical_traffic_light:| |:vertical_traffic_light:| + +* Modified all routines to interface with PyLops v2.x.x + + Version 0.1.0 -------------