Skip to content

Commit 8e8abff

Browse files
author
Almaz Sharipov
committed
release 1.4.3
1 parent d747aed commit 8e8abff

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.4.3:
2+
3+
- Fix: minor bugfixes
4+
15
1.4.2:
26

37
- Feature: Added support for writing BLOB data. The API version remains 1.2, as all existing 1.2 features are unchanged.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PROJECT_NAME := sql-proxy
2-
BUILD_VERSION := 1.4.2
2+
BUILD_VERSION := 1.4.3
33
BUILD_TIME := $(shell date -u '+%Y-%m-%d_%H:%M:%S')
44
BUILD_DIR := build
55
GO_FILES := src/main.go

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Current API version is 1.2. See Swagger OpenAPI 3.0 specification in src/docs/ap
4848

4949
## How to compile
5050

51-
Current version is 1.4.2. Execute in the command line:
51+
Current version is 1.4.3. Execute in the command line:
5252

5353
```
5454
make prod

README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
## Как скомпилировать
5555

56-
Номер текущей версии: 1.4.2. Выполнить в командной строке:
56+
Номер текущей версии: 1.4.3. Выполнить в командной строке:
5757

5858
```
5959
make prod

0 commit comments

Comments
 (0)