Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbfbell committed Mar 20, 2024
1 parent bb478d5 commit a175ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ static void consumeMessage(final AirbyteMessageConsumer consumer, final String i
if (isStateMessage(inputString)) {
throw new IllegalStateException("Invalid state message: " + inputString);
} else {
log.error("Received invalid message: " + inputString);
log.error("Received invalid message, not logging as this may contain sensitive data");
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.26.0
version=0.26.1

0 comments on commit a175ae1

Please sign in to comment.