Skip to content

Commit

Permalink
chore: release main (#111)
Browse files Browse the repository at this point in the history
* chore: release main

* chore: undo php release-please bump

---------

Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com>
Co-authored-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
  • Loading branch information
flipt-release-bot[bot] and markphelps authored Feb 19, 2024
1 parent c34ab03 commit c03b665
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"flipt-java": "1.0.1",
"flipt-java": "1.0.2",
"flipt-node": "1.0.0",
"flipt-python": "1.0.0",
"flipt-rust": "1.0.0",
Expand Down
7 changes: 7 additions & 0 deletions flipt-java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-java-v1.0.1...flipt-java-v1.0.2) (2024-02-19)


### Bug Fixes

* close http response object in java SDK ([#110](https://github.com/flipt-io/flipt-server-sdks/issues/110)) ([9b23287](https://github.com/flipt-io/flipt-server-sdks/commit/9b2328781f4c9fdf41e78219baff807916a0c4df))

## [1.0.1](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-java-v1.0.0...flipt-java-v1.0.1) (2024-01-23)


Expand Down
2 changes: 1 addition & 1 deletion flipt-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

group = 'io.flipt'
// x-release-please-start-version
version = '1.0.1'
version = '1.0.2'
// x-release-please-end
description = 'Flipt Server SDK'

Expand Down
6 changes: 0 additions & 6 deletions flipt-php/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,32 @@

## [1.0.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-php-v1.0.0-rc.2...flipt-php-v1.0.0) (2024-01-16)


### Features

* **php:** add reference to requests ([78f901f](https://github.com/flipt-io/flipt-server-sdks/commit/78f901fe7eab67eaed6a9858ba04cb0a701ab2dc))


### Bug Fixes

* **php:** use comma in correct place in array ([08d5e6d](https://github.com/flipt-io/flipt-server-sdks/commit/08d5e6d606841d4136937fa1036af7f30c4de520))


### Miscellaneous Chores

* release 1.0.0 ([6d301f7](https://github.com/flipt-io/flipt-server-sdks/commit/6d301f71ff2059748ac2c6899aa10b1cd275b50d))
* release 1.0.0-rc.2 ([856609b](https://github.com/flipt-io/flipt-server-sdks/commit/856609ba9981d00ffbe855b660149fe782a87f61))

## [1.0.0-rc.2](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-php-v1.0.0-rc.1...flipt-php-v1.0.0-rc.2) (2024-01-16)


### Miscellaneous Chores

* fix php workflow to copy and push source to the other repo ([#55](https://github.com/flipt-io/flipt-server-sdks/issues/55)) ([b864ff1](https://github.com/flipt-io/flipt-server-sdks/commit/b864ff149e57192ce55eedea29d20894ce5fa76e))
* release 1.0.0-rc.2 ([709ef35](https://github.com/flipt-io/flipt-server-sdks/commit/709ef35e9959ee5bdc6630b60599de04f29f667d))

## 1.0.0-rc.1 (2024-01-11)


### Features

* Add php ([#36](https://github.com/flipt-io/flipt-server-sdks/issues/36)) ([4a47331](https://github.com/flipt-io/flipt-server-sdks/commit/4a47331b0da56e55f0e31b312cffbe0e10248229))


### Miscellaneous Chores

* release 1.0.0-rc.1 ([a13c677](https://github.com/flipt-io/flipt-server-sdks/commit/a13c6774c6a6c1c125e299ce0ec4267ed2bbb4cf))

0 comments on commit c03b665

Please sign in to comment.