Skip to content

Commit 50bb088

Browse files
committed
v2.2.6 devel started
1 parent 2f0183d commit 50bb088

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.github/workflows/rubyonrails.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
name: "GitHub CI"
2222
on:
2323
push:
24-
branches: ["main"]
24+
branches: ["devel"]
2525
pull_request:
26-
branches: ["main"]
26+
branches: ["devel"]
2727
jobs:
2828
plugin_tests:
2929
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog for Redmine OAuth
22
==========================
33

4+
2.2.6 *????-??-??*
5+
------------------
6+
47
2.2.5 *2024-10-09*
58
------------------
69

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Redmine OAuth plugin 2.2.5
1+
## Redmine OAuth plugin 2.2.6 devel
22

3-
[![GitHub CI](https://github.com/kontron/redmine_oauth/actions/workflows/rubyonrails.yml/badge.svg?branch=main)](https://github.com/kontron/redmine_oauth/actions/workflows/rubyonrails.yml)
3+
[![GitHub CI](https://github.com/kontron/redmine_oauth/actions/workflows/rubyonrails.yml/badge.svg?branch=devel)](https://github.com/kontron/redmine_oauth/actions/workflows/rubyonrails.yml)
44
[![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine)
55

66
This plugin is used to authenticate in Redmine through an OAuth provider.

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
name 'Redmine OAuth plugin'
3030
author 'Karel Pičman'
3131
description 'Redmine OAuth plugin'
32-
version '2.2.5'
32+
version '2.2.6 devel'
3333
url 'https://github.com/kontron/redmine_oauth'
3434
author_url 'https://github.com/kontron/redmine_oauth/graphs/contributors'
3535

0 commit comments

Comments
 (0)