Skip to content

Commit

Permalink
Release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kichanyurd committed Jan 1, 2025
1 parent 88b4055 commit e465fc4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to Parlant will be documented here.

## [Unreleased]
TBD


## [1.4.1] - 2024-12-31

### Fixed
- Fix race condition in JSONFileDocumentDatabase when deleting or updating documents


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "parlant"
version = "1.4.1"
version = "1.4.2"
license = "Apache-2.0"
description = ""
authors = ["Yam Marcovitz <[email protected]>", "Dor Zohar <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/parlant/core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION = "1.4.1"
VERSION = "1.4.2"

0 comments on commit e465fc4

Please sign in to comment.