diff --git a/CHANGELOG.md b/CHANGELOG.md index a14b943..954eb21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.7.1](https://github.com/BookingSync/operations/tree/main) +## [0.7.2](https://github.com/BookingSync/operations/tree/v0.7.2) ### Added diff --git a/lib/operations/version.rb b/lib/operations/version.rb index dcc1d09..16d2994 100644 --- a/lib/operations/version.rb +++ b/lib/operations/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Operations - VERSION = "0.7.1" + VERSION = "0.7.2" end