Skip to content

Commit

Permalink
release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Nov 1, 2023
1 parent 08e6052 commit b6f46c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.2] - 2023-11-01

## Fixed

- reduct-rs: Fix query URL in ReductClient, [PR-372](https://github.com/reductstore/reductstore/pull/372)
Expand Down
2 changes: 1 addition & 1 deletion reduct_rs/src/record/write_batched_records.rs
Expand Up @@ -8,7 +8,7 @@ use crate::Record;
use async_stream::stream;
use futures_util::StreamExt;
use reqwest::header::{HeaderValue, CONTENT_LENGTH, CONTENT_TYPE};
use reqwest::{Body, Method, StatusCode};
use reqwest::{Body, Method};
use std::collections::{BTreeMap, VecDeque};

use reduct_base::error::{ErrorCode, IntEnum, ReductError};
Expand Down

0 comments on commit b6f46c3

Please sign in to comment.