Skip to content

Commit cfd6763

Browse files
committed
release: release 1.4.1
- Bump httpclient from 4.5.14 to httpclient5 5.5.1 - Bump various maven plugins
1 parent bf4aba7 commit cfd6763

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This directory contains the GitHub Actions workflows for the project.
1010
- **Runs on**: Ubuntu latest
1111

1212
### 2. release.yml
13-
- **Trigger**: Creation of tags matching semantic versioning pattern (e.g., `1.4.0`, `2.0.1`)
13+
- **Trigger**: Creation of tags matching semantic versioning pattern (e.g., `1.4.1`, `2.0.1`)
1414
- **Purpose**: Automatically release to Maven Central and create GitHub Release
1515
- **Runs on**: Ubuntu latest
1616
- **Requires secrets**:
@@ -44,7 +44,7 @@ To enable automatic releases, you need to configure the following secrets in you
4444
## Release Process
4545

4646
### Automatic Release
47-
1. Create and push a new tag with semantic versioning format (e.g., `git tag 1.4.0 && git push origin 1.4.0`)
47+
1. Create and push a new tag with semantic versioning format (e.g., `git tag 1.4.1 && git push origin 1.4.1`)
4848
2. The release workflow will automatically:
4949
- Build and test the project
5050
- Sign the artifacts with GPG

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [1.4.1] - 2025-11-07
44
- Bump httpclient from 4.5.14 to httpclient5 5.5.1
55
- Bump various maven plugins
66

@@ -17,7 +17,6 @@
1717
- Add support for environment variable `TARANTOOL_REGISTRY`
1818
- Remove enterprise tests
1919

20-
2120
## [1.3.2] - 2024-04-25
2221
- Fix NullPointerException during building docker image when images with null tags exist on a local machine.
2322

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the Maven dependency:
1414
<dependency>
1515
<groupId>io.tarantool</groupId>
1616
<artifactId>testcontainers-java-tarantool</artifactId>
17-
<version>1.4.0</version>
17+
<version>1.4.1</version>
1818
</dependency>
1919
```
2020

0 commit comments

Comments
 (0)