Skip to content

Commit

Permalink
chore(main): release 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marian13 committed Jul 27, 2024
1 parent 9469b4b commit ba564f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.19.1](https://github.com/marian13/convenient_service/compare/v0.19.0...v0.19.1) (2024-07-27)

### Bug Fixes

* **connected_steps:** do not evaluate right expression when left expression is error ([3e3998d](https://github.com/marian13/convenient_service/commit/3e3998df90fe671567276a9119d762567641ecec))

## [0.19.0](https://github.com/marian13/convenient_service/compare/v0.18.0...v0.19.0) (2024-06-08)


Expand Down
2 changes: 1 addition & 1 deletion lib/convenient_service/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ConvenientService
VERSION = "0.19.0"
VERSION = "0.19.1"
end

0 comments on commit ba564f4

Please sign in to comment.